MySQl 被阻塞,被锁

当MySQL 出现is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'

解决步骤:

1.使用root进入终端.
2.输入: mysqladmin -u root -p flush-hosts
3.输出mysql密码.
4.完成.

你可能感兴趣的:(MySQl 被阻塞,被锁)