The server is not responding error
by Ranganathan[ Edit ] 2012-08-27 14:56:17
Just open your config.inc.php with path:
\xampp\phpMyAdmin
at your xampp directory and add the following code:
Try to add/edit:
$cfg['Servers'][$i]['socket'] = '/var/run/mysql/mysql.sock';
or
$cfg['Servers'][$i]['connect_type'] = 'tcp';