Host is blocked because of many connection errors;unblock with ‘mysqladmin flush-hosts’
Block caused by too many broken database connections (exceeding the maximum value of mysql database max_connection_errors) made by the same IP in a short period of time;
Connect to mysql and refresh the file that records the error host
mysql>flush hosts;