Last week end, one of my two webservers was blocked by mysql server. The result is all requests on that blocked webserver show a taylored error page.
I'm thinking to implement a script to prevent this issue. but i can't reproduce this error in my test lab.
Mysql doc says that this error is du to network problems and it is a security implementation to bloc attacks.
Do you have ideas about how to reproduce this error?
i tryed to connect to my test server with wrong login/pwd to simulate a brute force attack. Also i executed a complicated queries which took some minutes to get an answer and stopped it in before getting answer (many time).
I saw variable Aborted_connects increasing but not Aborted_clients and i did't get my host blocked by this test server.
Any idea?
Thank you in advance.