Thursday, February 28, 2008

PHP Myadmin error

PHP Myadmin error
----------------------

==================
Error
==================
2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)

==================
FIX
==================

nano /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php

change

$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address

to

$cfg['Servers'][$i]['host'] = '127.0.0.1'; // MySQL hostname or IP address

No comments: