赞
踩
message from server: “Host ‘172.16.39.238’ is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts’”.
解决步骤:
show global variables like ‘%max_connect_errors%’;
set global max_connect_errors=1000;
flush hosts;
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。