# 1146 – Table ‘phpmyadmin.pma_table_uiprefs’ doesn’t exist

phpmyadmin_error

 

phpmyadmin reported the following error

# 1146 – Table ‘phpmyadmin.pma_table_uiprefs’ doesn’t exist

Modify the configuration file 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, web page log to re-enter, problem solving

 

 

28 thoughts on “# 1146 – Table ‘phpmyadmin.pma_table_uiprefs’ doesn’t exist

  1. Pingback: #1146 - Table 'phpmyadmin.pma_recent' doesn't exist - ExceptionsHub

Leave a reply to Alan Mercau Cancel reply