System.Web.Services.Protocols.SoapException:
Server was unable to process request. ---> MySqlException raised in OpenConnection,
Host is blocked because of many connection errors;
unblock with 'mysqladmin flush-hosts'
---内部异常堆栈跟踪结束---
你知道为什么会出现这种异常吗?
答案 0 :(得分:4)
您可以尝试在my.cnf中为max_connections和max_connect_errors设置更高的值。
上查看有关此错误的更多信息