连接mysql server出来这个信息
[quote]message from server: "Host 'HP-2B6E9EC1747B' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'"[/quote]
原来我修改了mysql用户的权限后,连接次数失败过多导致的
mysql server默认 max_connect_errors = 10
把这个值设置大点就好了
[quote]message from server: "Host 'HP-2B6E9EC1747B' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'"[/quote]
原来我修改了mysql用户的权限后,连接次数失败过多导致的
mysql server默认 max_connect_errors = 10
把这个值设置大点就好了