#2002 Cannot log in to the MySQL server

Hi ScriptCase,
I have installed Scriptcase 5.2 on MAC OS X 10.6.6 with ZEND CE 5.0.4.
I can’t make login of Phpmyadmin!
I get the follow errors:
#2002 Cannot log in to the MySQL server

You can help my?

Thanks a lot
D.

Re: #2002 Cannot log in to the MySQL server

http://sourceforge.net/projects/phpmyadmin/forums/forum/72909/topic/3697310

Change the following key in config.inc.file for phpmyadmin

FROM
$cfg[‘Servers’][$i][‘host’] = ‘localhost’;
TO
$cfg[‘Servers’][$i][‘host’] = ‘127.0.0.1’;

Re: #2002 Cannot log in to the MySQL server

Thank you,
Phpmyadmin now it works!