Connection disabling: Is this something I should report as a bug?

Connection disabling: Is this something I should report as a bug?

am 26.10.2006 20:06:41 von Bill Moran

It appears as if newer MySQL versions have a security feature that
disables connections from a particular host if that host generates more
than a certain number of errors.

I wish to disable this feature on certain servers where it causes more
harm than good, but I can't seem to find any docs on how to do so.

I've got a short list of why this might be:
1) The docs are sorely lacking.
2) This is a bug: developers forgot to add a knob to frob this setting.

I'm just trying to figure out which one is the problem. Any feedback
is welcome.

--
Bill Moran
Collaborative Fusion Inc.

--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=gcdmb-bugs@m.gmane.org

RE: Connection disabling: Is this something I should report as a bug?

am 26.10.2006 20:15:56 von dkwhisle

Bill,

Not sure if this what you are looking for or not, but I'm using 5.x of
MySQL and it has a system variable called "max_connect_errors" which
blocks connections from hosts that have exceeded the value of this
variable with interrupted connections. It defaults to 10 which may be
too low for you.

Dave Whisler

-----Original Message-----
From: Bill Moran [mailto:wmoran@collaborativefusion.com]=20
Sent: Thursday, October 26, 2006 2:07 PM
To: bugs@lists.mysql.com
Subject: Connection disabling: Is this something I should report as a
bug?


It appears as if newer MySQL versions have a security feature that
disables connections from a particular host if that host generates more
than a certain number of errors.

I wish to disable this feature on certain servers where it causes more
harm than good, but I can't seem to find any docs on how to do so.

I've got a short list of why this might be:
1) The docs are sorely lacking.
2) This is a bug: developers forgot to add a knob to frob this setting.

I'm just trying to figure out which one is the problem. Any feedback is
welcome.

--
Bill Moran
Collaborative Fusion Inc.

--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=3Ddkwhisle@uncc.edu


--
MySQL Bugs Mailing List
For list archives: http://lists.mysql.com/bugs
To unsubscribe: http://lists.mysql.com/bugs?unsub=3Dgcdmb-bugs@m.gmane.org