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';
Leave Comment