Re: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
Posted by: alex trimbee
Date: June 13, 2008 08:44AM

yes- this works for me. You just have to go into the config.inc.php file and change:
$cfg['Servers'][$i]['host'] = '127.0.0.1';

to this

$cfg['Servers'][$i]['host'] = '127.0.0.1';

then save
and re-run [(your directory path]/phpmyadmin/index.php in your browser.
Damned annoying. But I am glad I found the fix now
Thanks for all your help

Options: ReplyQuote


Subject
Written By
Posted
Re: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
June 13, 2008 08:44AM


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.