测试环境,发现数据库(MySQL数据库)无法登录,报错如下:
Host is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts’
解决方案:使用mysqladmin flush-hosts 命令清理一下hosts文件(不知道mysqladmin在哪个目录下可以使用命令查找:whereis mysqladmin);
登录到MySQL数据库中,mysql -uroot -h host -p
执行
1
mysqladmin flush-hosts
问题解决。
Mysql无法连接[MySql Host is blocked because of many connection errors]
-------------The End-------------
本文标题:Mysql无法连接[MySql Host is blocked because of many connection errors]
文章作者:cloud sjhan
发布时间:2018年09月01日 - 13:09
最后更新:2018年09月01日 - 13:09
原始链接:https://cloudsjhan.github.io/2018/09/01/Mysql无法连接/
许可协议: 署名-非商业性使用-禁止演绎 4.0 国际 转载请保留原文链接及作者。
subscribe to my blog by scanning my public wechat account
坚持原创技术分享,您的支持将鼓励我继续创作!