Re: Aborted_connects is incresing repidly

2009-12-30 Thread Jeetendra Ranjan
Regards Jeetendra Ranjan - Original Message - From: Claudio Nanni To: Walter Heck - OlinData.com Cc: mysql@lists.mysql.com ; Jeetendra Ranjan Sent: Thursday, December 31, 2009 1:32 AM Subject: Re: Aborted_connects is incresing repidly @Walter By the way your guess i

Re: Aborted_connects is incresing repidly

2009-12-30 Thread Claudio Nanni
@Walter By the way your guess is the most likely, good shot! Claudio On 30 dec 2009 20:59, "Claudio Nanni" wrote: Waltet, I think you are not the only one shooting in the dark, in this case reading the manual can really help. aborted_connects is increased by a failed attempt to connect to MySQ

Re: Aborted_connects is incresing repidly

2009-12-30 Thread Claudio Nanni
Waltet, I think you are not the only one shooting in the dark, in this case reading the manual can really help. aborted_connects is increased by a failed attempt to connect to MySQL (wrong password?) but NOT by a timed-out client. Could be a cron job setup with some credentials that were changed wi

Re: Aborted_connects is incresing repidly

2009-12-30 Thread Walter Heck - OlinData.com
Random shot in the dark: I've seen this happen with some monitoring tools that just check to see if the database is up. Walter On Wed, Dec 30, 2009 at 17:13, Jeetendra Ranjan wrote: > Hi, > > My MySQL server Aborted_connects status is showing 8692 and is rapidly > increasing. > > What are reaso

Re: Aborted_connects is incresing repidly

2009-12-30 Thread Jim Lyons
This error may be caused by applications that don't close their connections when they finish. The session stays open until the timeout. If this becomes a problem, look at the various applications running on your system. You might be able to program them better, to either close their connections o

Re: Aborted_connects is incresing repidly

2009-12-30 Thread Tom Worster
On 12/30/09 1:13 AM, "Jeetendra Ranjan" wrote: > Hi, > > My MySQL server Aborted_connects status is showing 8692 and is rapidly > increasing. > > What are reasons and how do i decrease the same? > > We are using connect() method in PHP code and have tried below command > > mysqladmin flush-ho

RE: Aborted_connects is incresing repidly

2009-12-30 Thread Parikh, Dilip Kumar
: Aborted_connects is incresing repidly Thanks , but i want to solve this problem without shutting down the db server. - Original Message - From: "Parikh, Dilip Kumar" To: "Jeetendra Ranjan" Cc: Sent: Wednesday, December 30, 2009 2:56 PM Subject: RE: Aborted_c

Re: Aborted_connects is incresing repidly

2009-12-30 Thread Jeetendra Ranjan
Thanks , but i want to solve this problem without shutting down the db server. - Original Message - From: "Parikh, Dilip Kumar" To: "Jeetendra Ranjan" Cc: Sent: Wednesday, December 30, 2009 2:56 PM Subject: RE: Aborted_connects is incresing repidly Try us

RE: Aborted_connects is incresing repidly

2009-12-30 Thread Parikh, Dilip Kumar
: +91-44-6637 3167  mailto: dilipkumar.par...@eds.com Pager mail:9884430...@nma.vodafone.in -Original Message- From: RaMeSh [mailto:rames...@gmail.com] Sent: Wednesday, December 30, 2009 2:37 PM Cc: mysql@lists.mysql.com Subject: Re: Aborted_connects is incresing repidly You can use this

Re: Aborted_connects is incresing repidly

2009-12-30 Thread RaMeSh
You can use this --max_connect_errors=9 to avoid this error 2009/12/30 Parikh, Dilip Kumar > Jetendra, > > Can u attach your my.cnf files and also your variable status (show > variable status). This is required because we need to tune some params. > > Thanks, > Dilipkumar > > -Origin

RE: Aborted_connects is incresing repidly

2009-12-29 Thread Parikh, Dilip Kumar
Jetendra, Can u attach your my.cnf files and also your variable status (show variable status). This is required because we need to tune some params. Thanks, Dilipkumar -Original Message- From: Jeetendra Ranjan [mailto:jeetendra.ran...@sampatti.com] Sent: Wednesday, December 30, 2009 11: