2012-01-02 16:54:13 0 Comments PHP Boy.Lee

phpMyAdmin #2002 Login Failure

{#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)}

nano /xxxx/config.inc.php

do one of beneath.

$cfg['Servers'][$i]['socket'] = '/tmp/mysql.sock';

or

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