1. Выполнить команду в терминале: Код: /etc/init.d/mysql stop /etc/init.d/mysqld stop 2. Открыть файл: Код: /etc/mysql/my.cnf Найти: bind-adress = 127.0.0.1 Привести в такой вид #bind-adress = 127.0.0.1 Сохранить 3. Выполнить команды: Код: cp /etc/mysql/my.cnf /etc /etc/init.d/mysql start /etc/init.d/mysqld start