MySql Host is blocked unblock with mysqladmin flush-hosts 解决方法
美国、香港服务器
MySql Host is blocked unblock with mysqladmin flush-hosts 解决方法
11-03 来源:
解决方法:
1、提高允许的max_connection_errors数量:
进入Mysql数据库查看max_connection_errors: show variables like "%max_connection_errors%";
修改max_connection_errors的数量为1000: set global max_connect_errors = 1000;
查看是否修改成功:show variables like "%max_connection_errors%";
2、使用mysqladmin flush-hosts 命令清理一下hosts文件(不知道mysqladmin在哪个目录下可以使用命令查找:whereis mysqladmin);
在查找到的目录下使用命令修改:/usr/bin/mysqladmin flush-hosts -h192.168.1.1 -P3308 -uroot -prootpwd;
第二步也可以在数据库中进行,命令如下:flush hosts;
三二互联专业提供香港VPS,美国VPS主机,香港云服务器租用等业务香港美国到大陆CN2 GIA速度最快