Created
January 7, 2013 05:10
-
-
Save jonatw/4472547 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
問題 | |
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