max_connect_errors
So I have already come across the max_connect_errors issue, where MySQL shuts down connections to the database when more than a certain number of erroneous connection attempts have been made.
This requires you to run the mysql> FLUSH HOSTS; command to clear the connect error count if you are happy you are not being attacked.
Have you experienced this, and what are your thoughts about a good value to set the max_connect_errors variable to?