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

后端 未结 2 1138
死守一世寂寞
死守一世寂寞 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:39

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

     sudo dpkg-reconfigure phpmyadmin
    

    Close phpMyAdmin page and

提交回复
热议问题