Bug #62120 max_connection_errors , max_connection_errors_safeip
Submitted: 9 Aug 2011 1:08 Modified: 9 Aug 2011 3:16
Reporter: jj jj Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: General Severity:S4 (Feature request)
Version:5.5 OS:Any
Assigned to: CPU Architecture:Any

[9 Aug 2011 1:08] jj jj
Description:
There might be a situation where you allow connections from internet to your mysql server and at the same time you use that server from another server (like using dedicated mysql server). If max_connection_errors were to catch this main server IP then effects would be disastrous (like hundreds of webpages down). But if max_connection_errors catches some internet IP it's no biggie. So there should be a list of safe ips from this check like 
max_connection_errors_safeip = 44.44.44.44,55.55.55.55,66.66.66.66

How to repeat:
==
[9 Aug 2011 3:17] Valeriy Kravchuk
Thank you for the feature request.