Lost connection to MySQL server at 'reading initial communication packet'

phpMyAdmin logo

Проблема:
Mandriva Linux 2009.1, phpMyAdmin 3.1.3.2.
При попытке залогиниться в phpMyAdmin выдается сообщение

#2013 — Lost connection to MySQL server at 'reading initial communication packet', system error: 111


Решение:
Открыть файл config.inc.php, найти в нем строку
$cfg['Servers'][$i]['host'] = '127.0.0.1';
И заменить ее на
$cfg['Servers'][$i]['host'] = 'localhost';

Поблагодарить автора

One Response to Lost connection to MySQL server at 'reading initial communication packet'

Оставить комментарий

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>