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
解决。
若还无法解决,可以参考 https://blog.csdn.net/vivian_zw/article/details/50667695

相关文章:

  • 2023-03-05
  • 2022-01-24
  • 2022-02-21
  • 2021-08-06
  • 2021-09-22
猜你喜欢
  • 2022-12-23
  • 2021-05-27
  • 2021-09-30
  • 2022-12-23
  • 2021-09-16
  • 2022-12-23
相关资源
相似解决方案