Error: is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts
Solución: editar el archivo my.cnf
sudo nano /etc/mysql/my.cnf
Cambiar el valor:
max_connections = 1000
Reiniciar mysql
sudo service mysql restart
Error: is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts
Solución: editar el archivo my.cnf
sudo nano /etc/mysql/my.cnf
Cambiar el valor:
max_connections = 1000
Reiniciar mysql
sudo service mysql restart