The server is not responding (or the local MySQL server's socket is not correctly configured) in wamp server

后端 未结 6 1776
南方客
南方客 2020-12-05 20:09

I am currently getting this error in my phpmyadmin:

2002 - The server is not responding (or the local MySQL server\'s socket is not correctly configured)

I t

6条回答
  •  醉酒成梦
    2020-12-05 20:47

    There are possible solutions here: http://forums.mysql.com/read.php?35,64808,254785#msg-254785 and here: http://forums.mysql.com/read.php?35,23138,254786#msg-254786

    All of these are config settings. In my case I have two computers with everything in XAMPP synced. On the other computer phpMyAdmin did start normally. So the problem in my case seemed to be with the specific computer, not the config files. Stopping firewall didn't help.

    Finally, more or less by accident, I bumped into the file:

    ...path_to_XAMPP\XAMPP...\mysql\bin\mysqld-debug.exe

    Doubleclicking that file miraculously gave me back PhpMyAdmin. Posted here in case anyone might be helped by this too.

提交回复
热议问题