phpmyadmin访问被拒绝xampp#1130

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了phpmyadmin访问被拒绝xampp#1130相关的知识,希望对你有一定的参考价值。

你好,当我回到我的笔记本电脑然后我的Xampp服务器无法工作时,我仍然感到困惑。它开始正常。但它给了我这个错误https://i.stack.imgur.com/SWiWh.png

but its give me this error

我到了这个位置 Xampp phpMyAdmin 并打开这个config.inc和

更改$ cfg ['Servers'] [$ i] ['password'] ='';

$ cfg ['Servers'] [$ i] ['password'] ='abc123';但它仍然无效。

知道我改变的其他方法

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

$ cfg ['Servers'] [$ i] ['auth_type'] ='cookie';但知道它给我这个错误https://i.stack.imgur.com/c2Dn7.png

enter image description here

but know its give me this error

答案

这是由于不正确的mysql用户权限设置 - 其中mysql服务器不允许用户(您尝试连接的用户和XAMPP,可能是“root”)从localhost连接。您需要授予此用户从localhost访问所有或特定数据库的权限。

E.g.

GRANT ALL ON yourdbname.* TO 'root'@'localhost' IDENTIFIED BY 'rootpassword'

请根据您的配置替换dbname和密码。

以上是关于phpmyadmin访问被拒绝xampp#1130的主要内容,如果未能解决你的问题,请参考以下文章

phpMyAdmin 访问被拒绝 #1045 使用 xampp

从 xampp 访问 phpmyadmin 时访问被拒绝错误

xampp phpmyadmin 访问被拒绝错误(#2002)

PhpMyAdmin 访问被拒绝 #2002 Ubuntu,Lampp(Xampp For ubuntu)

错误#1045 使用 Xampp 在 PhpMyAdmin 中拒绝访问

使用 xampp 拒绝访问 phpmyadmin