[root@mycat ~]# mysql -u root -p -h 10.0.0.201 Enter password: ERROR 1129 (HY000): Host '10.0.0.210' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
分析:
同意ip在短時間內產生太多(超過mysql數據庫max_connection_errors的最大值)終端的數據庫連接而導致的阻塞;
解決:
https://jingyan.baidu.com/album/9f7e7ec087dcbe6f2815542d.html