#2002 – The server is not responding (or the local MySQL server’s socket is not correctly configured)
I encountered this error message when I am trying to run phpmyadmin after relentless and countless install/reinstall of php and mysql in my DNS-323 NAS. Even a test page containing standard mysql command also did not appear at all in the browser.
At last from my reading HERE (which troubleshoot all kind of error leading the above error message), I managed to discover what went wrong.
The installation of mysql in my NAS involve this my.conf file kept in /ffp/etc. In the file, the default installation give the following:
At line 829
mysql.default_socket = /ffp/var/mysql.sock
It definitely miss a subfolder after the /var which is run. So I just edit the line to become:
mysql.default_socket = /ffp/var/run/mysql.sock
After that my phpmyadmin run perfectly.
No comments yet.
Leave a comment
-
Archives
- October 2009 (3)
- September 2009 (2)
- June 2009 (1)
- May 2009 (3)
- April 2009 (2)
- March 2009 (3)
- February 2009 (1)
- January 2009 (3)
- December 2008 (9)
- October 2008 (5)
- September 2008 (1)
- August 2008 (5)
-
Categories
-
RSS
Entries RSS
Comments RSS






