# 2002 -服务器没有响应(或本地MySQL服务器的套接字配置不正确)[重复]

ujv3wf0j  于 2023-05-16  发布在  Mysql
关注(0)|答案(3)|浏览(108)

此问题已在此处有答案

#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)(4个答案)
5年前关闭。
我现在在xampp(1.7.4)上得到这个错误。我正在使用php,然后我重新启动了我的电脑,然后当我打开phpmyadmin时,它显示了这个错误。不知道发生了什么。我现在要做什么?我已经搜索了很多& reinstallxampp 1.7.4。但没有什么帮助?
它说,错误
MySQL said:文档

2002 -服务器没有响应(或者本地MySQL服务器的套接字配置不正确)

配置中定义的controluser连接失败。

daupos2t

daupos2t1#

尝试清理您的浏览器cookie,并看到它有助于解决这个问题,甚至在尝试任何配置更改之前。

5lwkijsr

5lwkijsr2#

当你得到错误与#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
URL已更改为/phpmyadmin/error.php?lang=en&dir=ltr&type=Error&error=%232002+-+The+server+is+not+responding+%28or+the+local+MySQL+server%27s+socket+is+not+correctly+configured%29,不会重定向回来。
所以你必须检查URL是/phpmyadmin/
因为我的问题是install php56 on redhat6,我忘记设置默认套接字,端口和主机。我修复了它,但刷新我的浏览器它不会工作,问题是这样的。

nxowjjhe

nxowjjhe3#

go to C:\Windows\System32\drivers\etc 
edit host 
add 
127.0.0.1 localhost
and restart server
refresh

参考:https://stackoverflow.com/questions/48382251/2002-the-server-is-not-responding-or-the-local-mysql-servers-socket-is-not/48382252#48382252

相关问题