[MySQL] Host 'x.x.x.x' is blocked because of many connection errors

1.my.cnf에서 max_connections 추가

[mysqld]
...
max_connections=65535

2. hosts 초기화
mysqladmin -u root -p<root p/w> flush-hosts
위로 스크롤