mysqladmin flush-hosts
Host ‘…’ is blocked Error If you get an error like this: Host ‘hostname’ is blocked because of many connection errors. Unblock with ‘mysqladmin flush-hosts’ This means that mysqld has gotten a lot (max_connect_errors) of connect requests from the host ‘hostname’ that have been interrupted in the middle. After max_connect_errors failed requests, mysqld assumes that [...]

