MySql Host is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts' 解决方案
问题:
MySql Host is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
解析:
在记不清数据库密码的时候,多次尝试连接后,就报这样的错误,并且所有其他的连接也都锁死了。在mysql中有最大错误连接记录,就是说在超过一定连接失败次数后,mysql会锁死,不让外部ip接入。
解决方案:
服务器上mysql命令行:
flush hosts;
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »