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

后端 未结 2 1141
死守一世寂寞
死守一世寂寞 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.

提交回复
热议问题