#1146 - Table 'phpmyadmin.pma__table_uiprefs' doesn't exist

在使用phpmyadmin时,数据库总报错#1146 - Table ‘phpmyadmin.pma_table_uiprefs' doesn't exist

 #1146 - Table 'phpmyadmin.pma__table_uiprefs' doesn't exist

修改phpmyadmin的配置文件config.inc.php

$cfg['Servers'][$i]['table_uiprefs'] = 'pma_table_uiprefs';

  改成:

 $cfg['Servers'][$i]['pam_table_uiprefs'] = 'pma_table_uiprefs';

 

#1146 - Table 'phpmyadmin.pma__recent' doesn't exist

$cfg['Servers'][$i][‘recent'] = 'pma_recent'; 

 

 修改phpmyadmin的配置文件config.inc.php

$cfg['Servers'][$i]['pma_recent'] = 'pma_recent';

 

 

 

上一篇:typecho插件仓库集合版,非常方便的使用插件


下一篇:PHP - PhpMyAdmin 排除 使用配置文件案中定义的控制使用者连线失败 问题