Re: #2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
Posted by: Michael Valentiner
Date: July 08, 2008 01:54PM

Yes! I tried all the suggestions down to this one and this is the one that finally worked. Thanks!

alex trimbee Wrote:
-------------------------------------------------------
> yes- this works for me. You just have to go into
> the config.inc.php file and change:

> $cfg['Servers'][$i]['host'] = 'localhost';
>
> 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)
July 08, 2008 01:54PM


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.