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

#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'”

上一篇:查看centos系统位数和强制关闭yum


下一篇:MySQL备份与恢复之Xtrabackup工具(二)