MySQL客戶端鏈接時 MySql Host is blocked because of many.



錯誤:Host is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'mysql

緣由:sql

  同一個ip在短期內產生太多(超過mysql數據庫max_connection_errors的最大值)中斷的數據庫鏈接而致使的阻塞;數據庫



當鏈接錯誤次數過多時,mysql會禁止客戶機鏈接,解決辦法:緩存


使用mysqladmin flush-hosts命令清除緩存,命令執行方法以下:spa

命令行或終端:mysqladmin  -u  root  -p  flush-hosts命令行


或者 在mysql命令行下 執行:ip

         mysql>  flush hosts;it

相關文章
相關標籤/搜索