Issue
I'm using linux and I just finished installing xampp right now. I tried creating a database and wanted to delete it because I got it wrong. When I tried dropping the database. A mySQL error pops up and says:
1932 - Table 'phpmyadmin.pma__column_info' doesn't exist in engine
Solution
This seems your config file config.inc.php does not contain following line:-
$cfg['Servers'][$i]['pma__column_info'] = 'pma__column_info';
Check more "Connection for controluser as defined in your configuration failed" with phpMyAdmin in XAMPP
Answered By - user5366090
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.