美国VPSMysql Host is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts’ 解决方法
环境:linux,mysql5.5.21
错误:Host is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts’
原因:
同一个ip在短时间内产生太多(超过mysql数据库max_connection_errors的最大值)中断的数据库连接而导致的阻塞;
解决方法:
1、提高允许的max_connection_errors数量(治标不治本):
① 进入Mysql数据库查看max_connection_errors:
show global variables like '%max_connect_errors%';
② 修改max_connection_errors的数量为1000:
set global max_connect_errors = 1000;
③ 查看是否修改成功:
2、使用mysqladmin flush-hosts 命令清理一下hosts文件
① /usr/bin/mysqladmin flush-hosts -P 3306 -uroot -p;
第二步也可以在数据库中进行,命令如下:flush hosts;
一诺网络香港免备案专区,提供「香港增强云服务器」和「香港特惠云服务器」两种类型的高可用弹性计算服务,搭载新一代英特尔®至强®铂金处理器,接入CN2低延时高速回国带宽线路,网络访问顺滑、流畅。机房网络架构采用了BGP协议的解决方案可提供多线路互联融合网络,使得不同网络运营商线路的用户都能通过最佳路由实现快速访问。香港云服务器低至29元/月,购买链接:https://www.enuoidc.com/vps.html?typeid=2