Skip to content

Instantly share code, notes, and snippets.

@jonatw
Created January 7, 2013 05:10
Show Gist options
  • Save jonatw/4472547 to your computer and use it in GitHub Desktop.
Save jonatw/4472547 to your computer and use it in GitHub Desktop.
問題
ERROR 1129 (HY000): Host 'xx-xx-xx-xx-adsl-tpe.STATIC.so-net.net.tw' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'
解決方法
找一台可以還可以登入mysql server的機器 執行以下指令
mysqladmin -uroot -p -h{mysql server的位置} flush-hosts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment