Wednesday, October 15, 2014

How to do “mysqladmin flush-hosts” on server?

I got mysql error:

ERROR 1129 (HY000): Host 'xxx.xxx.xxx.xxx' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'

Resolve:

mysql -u root -p -e 'flush hosts'

No comments: