码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2019-07-19 18:47:18      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:highlight   uip   tle   line   lin   sharp   recent   config   php   

在使用phpmyadmin时,数据库总报错#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‘;

 

 

 

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

标签:highlight   uip   tle   line   lin   sharp   recent   config   php   

原文地址:https://www.cnblogs.com/kangleweb/p/11214739.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!