MySQL串連的時候報 ERROR 1129

來源:互聯網
上載者:User

MySQL串連的時候報 ERROR 1129

問題說明:通過mysql命令串連mysql資料庫的時候報了ERROR 1129的錯誤;

錯誤說明:ERROR 1129 (HY000): Host 'mysql02' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'

錯誤原因:同一個ip在短時間內產生太多中斷的資料庫連接而導致的阻塞(超過mysql資料庫max_connection_errors的最大值)

解決方案:[root@mysql01 script]# mysqladmin flush-hosts -h 127.0.0.1 -uroot -p

Enter password:

--------------------------------------分割線 --------------------------------------

Ubuntu 14.04下安裝MySQL

《MySQL權威指南(原書第2版)》清晰中文掃描版 PDF

Ubuntu 14.04 LTS 安裝 LNMP Nginx\PHP5 (PHP-FPM)\MySQL

Ubuntu 14.04下搭建MySQL主從伺服器

Ubuntu 12.04 LTS 構建高可用分布式 MySQL 叢集

Ubuntu 12.04下原始碼安裝MySQL5.6以及Python-MySQLdb

MySQL-5.5.38通用二進位安裝

--------------------------------------分割線 --------------------------------------

本文永久更新連結地址: 

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.