Re: #2002 - The server is not responding
Posted by: Ralph Seward
Date: November 28, 2007 10:09AM

In my config.inc.php file, both of the following lines must be present:

$cfg['Servers'][$i]['socket'] = '/var/lib/mysql/mysql.sock';
$cfg['Servers'][$i]['connect_type'] = 'socket';

Commenting out either line will invoke the error: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)

Ralph

Options: ReplyQuote


Subject
Written By
Posted
g i
December 09, 2005 10:49PM
Re: #2002 - The server is not responding
November 28, 2007 10:09AM


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.