1、登录系统
mysql -uroot -p
运行
flush hosts;
或者
2、可以更改max_connection_errors的值,即提高允许的max_connection_errors的数量
show global variables like '%max_connect_errors%';
set global max_connect_errors = 1000;
1、登录系统
mysql -uroot -p
运行
flush hosts;
或者
2、可以更改max_connection_errors的值,即提高允许的max_connection_errors的数量
show global variables like '%max_connect_errors%';
set global max_connect_errors = 1000;
本文标题:"Host 'x.x.x.x' is blocked becau
本文链接:https://www.haomeiwen.com/subject/hrorcltx.html
网友评论