#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';

 

 

 

相关文章:

  • 2021-07-10
  • 2022-12-23
  • 2021-08-31
  • 2022-01-25
  • 2022-12-23
  • 2021-09-26
  • 2021-08-07
猜你喜欢
  • 2021-06-01
  • 2021-06-14
  • 2021-07-25
  • 2021-06-13
  • 2021-07-08
  • 2022-12-23
  • 2021-12-09
相关资源
相似解决方案