php - error #1146 in phpMyAdmin in XAMPP -


i did dumb. i'd imported create tables sql file twice. that's not worst part however. proceeded trying drop duplicate tables phpmyadmin database. loads when click on phpmyadmin now:

error  sql query:  edit  select `tables`  `phpmyadmin`.`pma_recent`  `username` = '[myusername]'  mysql said:   #1146 - table 'phpmyadmin.pma_recent' doesn't exist 

as in, above on otherwise blank, white page.

edit returns normal when comment out "advanced features" section in config.inc.php file (the red exclamation signs still beside everything, i'm starting wonder if that's default icon choice phpmyadmin 4.0.1). once uncomment them, above returns. i've noticed tables seems empty (maybe reason exclamation signs?). mean anything?

check whether tables inside phpmyadmin database have 2 underscores __ after pma prefix. if case, update entries in config.inc.php additional underscore.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -