xampp 中的 phpmyadmin 无法在 windows 10 上工作
phpmyadmin in xampp not working on windows 10
在 Windows 10 中的 Xampp 中启动 apache 和 mysql 服务器后输入 localhost/phpMyAdmin 时出现以下错误。
有什么办法可以解决这个问题吗?
MySQL said: Documentation
#2002 - No connection could be made because the target machine actively refused it.
The server is not responding (or the local server's socket is not correctly configured).
Connection for controluser as defined in your configuration failed.
我遇到了同样的问题,但通过将 config.inc.php 文件中的 localhost
替换为 127.0.0.1
来解决。
如果您使用的是 Xampp 的 Bitnami 版本,您将遇到 Windows 10 的问题。从 sourceforge.net 下载并安装旧版本,它应该可以工作。我使用的是 1.7.3 版,到目前为止一切顺利。
http://sourceforge.net/projects/xampp/files/XAMPP%20Windows/
我的问题可能是因为我安装了 bitnami,然后又安装了 xampp。我删除了 bitnami、xampp 和我的临时文件夹 C:\Users\Default\AppData\Local\Temp。重新安装后它工作正常。这是对我有用的唯一方法
在 Windows 10 中的 Xampp 中启动 apache 和 mysql 服务器后输入 localhost/phpMyAdmin 时出现以下错误。
有什么办法可以解决这个问题吗?
MySQL said: Documentation
#2002 - No connection could be made because the target machine actively refused it.
The server is not responding (or the local server's socket is not correctly configured).
Connection for controluser as defined in your configuration failed.
我遇到了同样的问题,但通过将 config.inc.php 文件中的 localhost
替换为 127.0.0.1
来解决。
如果您使用的是 Xampp 的 Bitnami 版本,您将遇到 Windows 10 的问题。从 sourceforge.net 下载并安装旧版本,它应该可以工作。我使用的是 1.7.3 版,到目前为止一切顺利。 http://sourceforge.net/projects/xampp/files/XAMPP%20Windows/
我的问题可能是因为我安装了 bitnami,然后又安装了 xampp。我删除了 bitnami、xampp 和我的临时文件夹 C:\Users\Default\AppData\Local\Temp。重新安装后它工作正常。这是对我有用的唯一方法