Php – The server is not responding (or the local MySQL server’s socket is not correctly configured)

MySQLPHPphpmyadmin

I just downloaded the latest WAMP (v 2.1) and basically did a fresh install.

I go to localhost/phpmyadmin and I get this error:

Error MySQL said:

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

What the heck? What do I do?

Best Answer

Is the MySQL listener up and running on port 3306? I'd try logging in with the command line client to see. You should also see if mysqld.exe is running. If not, start it up. Figure out how to make it run as a service.