首页 > 数据库技术 > 详细

连接MYCAT报错“ERROR 1129 (HY000): Host '10.0.0.8' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'”

时间:2020-11-05 21:30:38      阅读:126      评论:0      收藏:0      [点我收藏+]

#mycat连接出错

[root@centos8 conf]#mysql -uroot -h 10.0.0.18 -p
Enter password: 
ERROR 1129 (HY000): Host 10.0.0.8 is blocked because of many connection errors; unblock with mysqladmin flush-hosts

解决方法:

在服务器用进入mysql 输入:  FLUSH HOSTS;

连接MYCAT报错“ERROR 1129 (HY000): Host '10.0.0.8' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'”

原文:https://www.cnblogs.com/weiweirui/p/13933680.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!