Re: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
Posted by: Anil Vattalai
Date: September 22, 2006 12:56AM

In my case, it was due to php remembering the old socket name.
I added this entry in the php.ini and restarted apache, it started to work well.

mysql.default_socket = "/tmp/mysql.sock"

Options: ReplyQuote


Subject
Written By
Posted
Re: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
September 22, 2006 12:56AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.