MySQL issue: Table 'data_dictionary.CHARACTER_SETS' doesn't exist

后端 未结 2 1118
死守一世寂寞
死守一世寂寞 2021-01-19 08:06

Recently I have updated from MySQL 5.1 to 5.5 and after few weeks the following error message was displayed each time I access the phpMyAdmin application:

相关标签:
2条回答
  • 2021-01-19 08:34

    Run sudo mysql_upgrade -u root -p --force

    Then restart mysql

    i.e. sudo service mysql restart or sudo service mysqld restart depending on the version and distribution you have

    You need to logout of phpMyAdmin then login for the change to take effect.

    0 讨论(0)
  • 2021-01-19 08:39

    I was facing the same problem. It can be resolved by reconfiguring phpMyAdmin.

     sudo dpkg-reconfigure phpmyadmin
    

    Close phpMyAdmin page and

    0 讨论(0)
提交回复
热议问题