The server is not responding error

by Ranganathan 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';
811
like
0
dislike
0
mail
flag

You must LOGIN to add comments