原因:错误连接数量过大
解决办法:清除连接缓存
先进入MySQL然后执行:
use performance_schema; select * from host_cacheG;
set global max_connect_errors = 4444;
flush hosts;
虽然这种办法治标不治本,但是先解决问题更重要