Re: Re: Client being locked out by aborted connections

2006-10-26 Thread Dan Buettner
Bill, there's a note here: http://dev.mysql.com/doc/refman/5.0/en/flush.html that says: "You can start mysqld with --max_connect_errors=9 to avoid this error message." Now, it's not clear whether that 1) disables just the error message but still blocks hosts 2) disables the host blocking

Re: Client being locked out by aborted connections

2006-10-26 Thread Bill Moran
In response to Bill Moran <[EMAIL PROTECTED]>: > In response to "Dan Buettner" <[EMAIL PROTECTED]>: > > > Bill, you can up the value of 'max_connect_errors' (default is 10 it > > appears) to make this problem appear less frequently while you > > troubleshoot. > > Thanks for the thought, Dan. Be

Re: Client being locked out by aborted connections

2006-10-24 Thread Bill Moran
In response to "Dan Buettner" <[EMAIL PROTECTED]>: > Bill, you can up the value of 'max_connect_errors' (default is 10 it > appears) to make this problem appear less frequently while you > troubleshoot. Thanks for the thought, Dan. Before I do that, I'll just add a cron job to do the flush-hosts

Re: Client being locked out by aborted connections

2006-10-24 Thread Dan Buettner
Bill, you can up the value of 'max_connect_errors' (default is 10 it appears) to make this problem appear less frequently while you troubleshoot. See more information at: http://dev.mysql.com/doc/refman/5.0/en/blocked-host.html http://dev.mysql.com/doc/refman/5.0/en/communication-errors.html As