mysql 错误号码1129 解决方法

缘在山中 22 0 PDF 2020-12-21 09:12:38

SQLyog连接mysql 错误号码1129: mysql error 1129: Host 'bio.chip.org' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'。 解决方法: cmd命令行: mysqladmin flush-host -h 127.0.0.1 -u root -p123456 解决。 扩展学习 错误:Host is blocked because of many connection errors; unblock with ‘mysqla

用户评论
请输入评论内容
评分:
暂无评论