Blogger news
#1146 - Table 'phpmyadmin.pma_table_uiprefs' doesn't exist,phpmyadmin,how to solve
phpmyadmin reported the accompanying blunder
"# 1146 – Table "phpmyadmin.pma_table_uiprefs" doesn't exist"
Alter the setup document config.inc.php phpmyadmin
$ Cfg ['servers'] [$ i] ['table_uiprefs'] = 'pma_table_uiprefs';
Changed to: $ cfg ['servers'] [$ i] ['pma__table_uiprefs'] = 'pma__table_uiprefs';
Restart apache, page log to re-enter, critical thinking
# 1146 – Table "phpmyadmin.pma_table_uiprefs" doesn't exist
"# 1146 – Table "phpmyadmin.pma_table_uiprefs" doesn't exist"
Alter the setup document config.inc.php phpmyadmin
$ Cfg ['servers'] [$ i] ['table_uiprefs'] = 'pma_table_uiprefs';
Changed to: $ cfg ['servers'] [$ i] ['pma__table_uiprefs'] = 'pma__table_uiprefs';
Restart apache, page log to re-enter, critical thinking
# 1146 – Table "phpmyadmin.pma_table_uiprefs" doesn't exist