0

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

Community
  • 1
  • 1
Kael
  • 391
  • 1
  • 10
  • 21

1 Answers1

0

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

Community
  • 1
  • 1