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. Before I do that,

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

Client being locked out by aborted connections

2006-10-24 Thread Bill Moran
I have a problem with a PHP client that is frequently getting locked out by the following errors: 061020 14:57:25 [Warning] Aborted connection 7 to db: 'dbname' user: 'root' host: `hostname.collaborativefusion.com' (Got an error reading communication packets) About once a day, the PHP

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

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 every

Trouble with aborted connections

2006-04-14 Thread Marco Simon
Hello everybody, I'm using mysql in an clustered environment: Several loadbalanced webservers get the requests from the users' clients and query the needed information from several webservers. Every webserver connects to every database-server. So in this case the webservers are the mysql-clients.

Re: Repeated, occasional 2002 Connect errors/Aborted connections

2005-10-21 Thread Gleb Paharenko
Hello. Have a look here: http://dev.mysql.com/doc/mysql/en/Communication_errors.html Viktor Fougstedt wrote: Hi. We have a MySQL database as backend on our 15.000 user mailserver. This MySQL instance receives a large amount of connections, each performing just a small

Repeated, occasional 2002 Connect errors/Aborted connections

2005-10-20 Thread Viktor Fougstedt
Hi. We have a MySQL database as backend on our 15.000 user mailserver. This MySQL instance receives a large amount of connections, each performing just a small amount of processing (a few SELECT:s) before disconnecting. Our mysql.err log is filling up with lines like the below: 051020

Aborted connections.../mysqladmin flush-hosts

2003-01-22 Thread Steven Roussey
Dear sql query, Since updating from 4.0.7 to 4.0.9 I have noticed mysqld having problems with connections from our webserver, eventually denying access until I issue a mysqladmin flush-hosts. Shutting down the server and restarting tends to work for a longer period of time. I can't say for sure

many aborted connections, errors reading communication packets

2001-12-14 Thread Drive-ins.com
I'm receiving many aborted connections, errors reading communication packets. I've read many of the posts from people with this same problem, but have not found an answer. One addition detail that was not mentioned in any of the other threads is that The problem started when I added a secure

Lots of Aborted Connections and Signal 11s

2001-11-12 Thread Jonathan Hilgeman
I run PHP 4.0.3 and MySQL 3.23.32. I get a fair amount of traffic and host about 1000 very small sites on a fairly fast server with plenty of RAM and space. However, it keeps shutting down frequently and every time it shuts down, the binary log files rotate, and someone will probably try to

Lots of Aborted Connections and Signal 11s

2001-11-09 Thread Jonathan Hilgeman
I run PHP 4.0.3 and MySQL 3.23.32. I get a fair amount of traffic and host about 1000 very small sites on a fairly fast server with plenty of RAM and space. However, it keeps shutting down frequently and every time it shuts down, the binary log files rotate, and someone will probably try to

Re: Aborted connections

2001-05-30 Thread Sinisa Milivojevic
Ken Menzel writes: Hi, I have also noticed these aborted connections, unfortunately my time is too divided to give this 100%. I have just created a test situation with 3 server and a large application that inserts about 300,000 large rows. This application aborts after several hours

Re: Aborted connections

2001-05-29 Thread Ken Menzel
Hi, I have also noticed these aborted connections, unfortunately my time is too divided to give this 100%. I have just created a test situation with 3 server and a large application that inserts about 300,000 large rows. This application aborts after several hours with an aborted connection

Aborted connections

2001-05-27 Thread Jaap de Heer
Hi, We've recently upgraded our 2 mysql servers from 3.22 to 3.23.36, and since then we occasionally get errors like the following in the servers' error logs: 010527 21:01:26 Aborted connection 461457 to db: 'clantsf' user: 'tsf' host: `pride.gamepoint.net' (Got an error reading communication

Aborted connections

2001-02-25 Thread David Hulka
Hi everyone, in mysql log file I found many, many errors as follows: 010224 13:32:43 Aborted connection 5 to db: 'XXX' user: 'YYY' host: `localhost' (Got an error reading communication packets) 010224 15:18:34 Aborted connection 6 to db: 'XXX' user: 'YYY' host: `localhost' (Got an error

RE: aborted connections?

2001-01-26 Thread Maciek Uhlig
PROTECTED] Subject: RE: aborted connections? so we upgraded to 3.23.32 last night, but i'm still seeing a ton of: 010126 11:15:24 Aborted connection 30757 to db: 'XXX' user: 'YYY' host: `ZZZ' (Got an error reading communication packets) type errors in the error log. i'm seeing these errors from

RE: aborted connections?

2001-01-23 Thread tc lewis
thanks for the reply. i found a followup on this problem from sasha ("Follow up on aborted connections bug in 3.23.31"), but wading through the archive searching for the original thread hasn't ended up being successful yet. anyone know offhand in which thread this was originally

aborted connections?

2001-01-22 Thread tc lewis
we're seeing a lot of errors like these in our error log files from mysql: 010122 17:38:52 Aborted connection 177373 to db: 'XXX' user: 'YYY' host: `ZZZ' (Got an error reading communication packets) i haven't investigated too too much about this yet, but i was wondering what common problems

RE: aborted connections?

2001-01-22 Thread Maciek Uhlig
Read the archives. The detailed story can be found there. Use newest MySQL and newest PHP CVS. These errors will go away. Maciek -Original Message- From: tc lewis [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 3:56 AM To: [EMAIL PROTECTED] Subject: aborted connections