无法打开phpMyAdmin(Windows)

前端之家收集整理的这篇文章主要介绍了无法打开phpMyAdmin(Windows)前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

我在三天前下载了XAMPP,在尝试打开PHPmyadmin时我一直收到此错误.

PHPMyAdmin tried to connect to the MySQL server,and the server rejected the connection. You should check the host,username and password in your configuration and make sure that they correspond to the information given by the administrator of the MysqL server.

我甚至没有设置密码,因为我无法打开安全页面,我不断发现页面找不到错误.

我该如何解决

最佳答案
首先,尝试通过命令行连接MysqL以验证MysqL服务器是否正在运行且用户密码是否正确

MysqL -u USERNAME -p PASSWORD

如果可以成功连接到服务器,请转到PHPmyadmin配置文件
并更改您的连接字符串配置.

见:http://docs.phpmyadmin.net/en/latest/setup.html

但是,如果你无法连接到MysqL服务器,你的问题是你的服务器而不是PHPmyadmin.因此,请转到xampp控制面板并配置服务器配置文件.

原文链接:https://www.f2er.com/mysql/433250.html

猜你在找的MySQL相关文章