Re: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
Posted by: Clinton Jones
Date: March 16, 2006 03:29AM

In case that doesn't work, I would suggest explicitly specifying the mysql socket location in the config.inc.php. For example, the mysql socket could very well be /tmp/mysql.sock, so you would just find the line in config.inc.php that says:

$cfg['Servers'][$i]['socket'] = '';

and change it to say:

$cfg['Servers'][$i]['socket'] = '/tmp/mysql.sock';

That is what I think the error message is complaining about, and it worked for me. Hope this helps someone...

--Clint

Options: ReplyQuote


Subject
Written By
Posted
Re: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
March 16, 2006 03:29AM


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.