mysql 错误代码200_PHPMYADMIN ,,处理请求错误中的错误代码:200错误文本:确定

bd96500e110b49cbb3cd949968f18be7.png

Using PhpMyAdmin with PHP and MySQL stack in Ubuntu I encounter the problem:

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

TO solve this I added:

$ Cfg [‘Servers’] [$ i] [‘table_uiprefs’] = ‘pma_table_uiprefs';

Changed to:

$ cfg [‘Servers’] [$ i] [‘pma__table_uiprefs’] = ‘pma__table_uiprefs';

in config.inc.php file after that I've got the problem like:

Error in Processing Request

Error code: 200

Error text: OK

How can I solve this?

解决方案

looks like your config has been modified put this in /var/www/phpmyadmin/config.inc.php and also change password below if you set something else blank

$cfg['blowfish_secret'] = 'a8b7c6d'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

/*

* Servers configuration

*/

$i = 0;

/*

* First server

*/

$i++;

/* Authentication type */

$cfg['Servers'][$i]['auth_type'] = 'config';

/* Server parameters */

$cfg['Servers'][$i]['host'] = 'localhost';

$cfg['Servers'][$i]['connect_type'] = 'tcp';

$cfg['Servers'][$i]['compress'] = false;

/* Select mysql if your server does not have mysqli */

$cfg['Servers'][$i]['extension'] = 'mysqli';

$cfg['Servers'][$i]['AllowNoPassword'] = true;

$cfg['Servers'][1]['user'] = 'root'; //edit this line

$cfg['Servers'][1]['password'] = 'XXXX'; // your password

and comment this line for now

//$ cfg [‘Servers’] [$ i] [‘pma__table_uiprefs’] = ‘pma__table_uiprefs';

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值