is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts‘“

mysql连不上报错: is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'"

解决办法

mysql查询执行

set global host_cache_size=0;
flush hosts;


版权声明:本文为q398556743原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。