0
点赞
收藏
分享

微信扫一扫

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


报错如下
message from server: “Host ‘xxx’ is blocked because of many connection errors; unblock with ‘mysqladmin flush-hosts’”

解决方法如下

1:登录mysql控制台:mysql -uroot -p
2:flush hosts


举报

相关推荐

0 条评论