MySQL - Host is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts': различия между версиями

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
Перейти к:навигация, поиск
(Новая страница: « === MySQL - Host is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' === Ошибка: CDbConnection failed to open the DB con…»)
 
(нет различий)

Текущая версия на 17:11, 29 августа 2019

MySQL - Host is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'

Ошибка:

CDbConnection failed to open the DB connection: SQLSTATE[HY000] [1129] Host 'server.net' is blocked because of many connection errors;
 unblock with 'mysqladmin flush-hosts'


Решение:

# mysqladmin -u da_admin -p flush-hosts
Enter password:


и увеличить в my.cnf:

max_connect_errors=100