#1146 - Table 'phpmyadmin.pma__table_uiprefs' doesn't exist
Posted kangleweb
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了#1146 - Table 'phpmyadmin.pma__table_uiprefs' doesn't exist相关的知识,希望对你有一定的参考价值。
在使用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的主要内容,如果未能解决你的问题,请参考以下文章
#1146 - Table 'phpmyadmin.pma__table_uiprefs' doesn't exist
Navicat 8中想要创建新表却提示1146Table 'mysql.proc'doesn't exist
django.db.utils.ProgrammingError: (1146, "Table 'djangox.auth_user' doesn't exist&q
更新Navicat Premium 后打开数据库出现1146 - Table 'performance_schema.session_variables' doesn't ex
django,访问xadmin后台报错Exception Value: (1146, "Table 'django.xadmin_usersettings' doesn
navicat中无论点击哪个数据库都提示 1146 - Table 'mysql.event' doesn't exist