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
Post a Comment