错误MySQL 返回:文档 无法连接:无效的设置. phpMyAdmin 尝试连接...

发布网友 发布时间:2022-04-25 14:32

我来回答

4个回答

热心网友 时间:2022-04-07 16:00

第一,找到config.inc.php文件;
第二,打开config.inc.php文件找到
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';
第三,把$cfg['Servers'][$i]['auth_type'] = 'config';注释掉;
增加$cfg['Servers'][$i]['auth_type'] = 'cookie';
第四,最后完整代码:
//$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Lang'] = '';

热心网友 时间:2022-04-07 17:18

my.ini 设置下password 有的话就填 没有就为空

热心网友 时间:2022-04-07 18:52

我也出现这种问题,请问解决了吗?

热心网友 时间:2022-04-07 20:44

这个肯定是有问题了的哦, 看下窝的网名可以吗?一定可以解决的啊!!!

声明声明:本网页内容为用户发布,旨在传播知识,不代表本网认同其观点,若有侵权等问题请及时与本网联系,我们将在第一时间删除处理。E-MAIL:11247931@qq.com