phpMyAdmin - #1932 Table doesn't exist (collation in use) after reinstalling

空扰寡人 提交于 2019-12-24 00:54:56

问题


I'm in the middle of doing my thesis when I found my XAMPP server got some error logs, so I decide to reinstall my XAMPP to a newer version (I got this idea from some threads in SO). I moved my mysql > data folder and restored it again in my new installation folder.

However when I accessed phpMyAdmin and tried to do some operations in my DB I got this (I've never seen my collation column is in use before): error message

P.S. I deleted line $cfg['Servers'][$i]['tracking'] = 'pma__tracking'; from the config.inc.php file before accessing my DB since it keep showing error message like this error message 2

I've run out of idea about how to solve this. Any help appreciated. :)


回答1:


Ok, so I found my own solution here. Moving database files is kinda tricky, and supposedly I don't remove any old logfiles since they are important for any further access.




回答2:


i suggest reinstall or download config.inc.php for default settings

Check This one



来源:https://stackoverflow.com/questions/39724548/phpmyadmin-1932-table-doesnt-exist-collation-in-use-after-reinstalling

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!