Tuesday, October 23, 2007

PHPMyadmin Error

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

Do a mysql.sock symlink to /tmp

ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock

and restart mysql

Issue should be fixed.

Enjoy
Ninad


View My Stats