Re: Aborted clients

2012-06-13 Thread Johan De Meersman
- Original Message - > From: "Claudio Nanni" Sigh. Because the application gets unstable when the connection falters, the Unix boys have a kill-and-restart script in place - so any number of the messages in the log may be due to that. Don't you love these complex environments :-) /m

Re: Aborted clients

2012-06-13 Thread Ananda Kumar
is iptables service running on db server, if yes, trying stopping it and check On Wed, Jun 13, 2012 at 5:04 PM, Claudio Nanni wrote: > 2012/6/13 Johan De Meersman > > > > > - Original Message - > > > From: "Claudio Nanni" > > > > > > @Johan, you say "I'm having trouble with clients abor

Re: Aborted clients

2012-06-13 Thread Claudio Nanni
2012/6/13 Johan De Meersman > > - Original Message - > > From: "Claudio Nanni" > > > > @Johan, you say "I'm having trouble with clients aborting, but for > > some reason they don't get logged." > > Ah, it *did* start logging, now, and they come from multiple applications, > too. > > 1206

Re: Aborted clients

2012-06-13 Thread Johan De Meersman
- Original Message - > From: "Claudio Nanni" > > @Johan, you say "I'm having trouble with clients aborting, but for > some reason they don't get logged." Ah, it *did* start logging, now, and they come from multiple applications, too. 120612 12:19:09 [Warning] Aborted connection 1301914

Re: Aborted clients

2012-06-12 Thread Claudio Nanni
Howard, a client can be blacklisted, but in that case is Aborted connection to be increased since the connection request is refused upfront. @Johan, you say "I'm having trouble with clients aborting, but for some reason they don't get logged." could you please tell which exactly is the proble

Re: Aborted clients

2012-06-12 Thread Howard Hart
On 06/12/2012 05:10 AM, Johan De Meersman wrote: - Original Message - From: "Claudio Nanni" " Print out warnings such as Aborted connection... to the error log." the dots are not telling if they comprise Aborted clients as well. Hah, how's that for selective blindness. Totally missed t

Re: Aborted clients

2012-06-12 Thread Johan De Meersman
ot;mysql" > > Sent: Tuesday, 12 June, 2012 1:43:03 PM > Subject: Re: Aborted clients > or you can check application logs to see why the client lost > connectivity from the app > On Tue, Jun 12, 2012 at 5:12 PM, Ananda Kumar < anan...@gmail.com > > wrote: -- B

Re: Aborted clients

2012-06-12 Thread Johan De Meersman
- Original Message - > From: "Claudio Nanni" > " Print out warnings such as Aborted connection... to the error log." > the dots are not telling if they comprise Aborted clients as well. Hah, how's that for selective blindness. Totally missed that :-) > I find the MySQL error log extreme

Re: Aborted clients

2012-06-12 Thread Ananda Kumar
or you can check application logs to see why the client lost connectivity from the app On Tue, Jun 12, 2012 at 5:12 PM, Ananda Kumar wrote: > is there anything you can see in /var/log/messages > > > On Tue, Jun 12, 2012 at 5:08 PM, Claudio Nanni wrote: > >> Johan, >> >> "Print out warnings such

Re: Aborted clients

2012-06-12 Thread Ananda Kumar
is there anything you can see in /var/log/messages On Tue, Jun 12, 2012 at 5:08 PM, Claudio Nanni wrote: > Johan, > > "Print out warnings such as Aborted connection... to the error log." > the dots are not telling if they comprise Aborted clients as well. > I find the MySQL error log extremely po

Re: Aborted clients

2012-06-12 Thread Claudio Nanni
Johan, "Print out warnings such as Aborted connection... to the error log." the dots are not telling if they comprise Aborted clients as well. I find the MySQL error log extremely poor, as far as I know it is one of the MySQL features (like authentication) stuck to the dawn of MySQL times. Very ha

Re: Aborted clients status variable seems increasing -how to tune the server to reduce the same

2006-06-19 Thread Brent Baisley
ot;Brent Baisley" <[EMAIL PROTECTED]> Cc: ; <[EMAIL PROTECTED]> Sent: Friday, June 16, 2006 6:22 AM Subject: Re: *SPAM* Re: Aborted clients status variable seems increasing -how to tune the server to reduce the same Thanks Brent. I increased my wait_timeout.But now

Re: *****SPAM***** Re: Aborted clients status variable seems increasing -how to tune the server to reduce the same

2006-06-16 Thread Lakshmi
Thanks Brent. I increased my wait_timeout.But now also my aborted clients seems increasing than connections.As u said most of my front end code use mysql persistent connect only.Can u clarify my one more doubt that when to use persistent connect and when to use mysql_connect and their advanta

Re: Aborted clients status variable seems increasing -how to tune the server to reduce the same

2006-06-15 Thread Daniel da Veiga
On 6/15/06, Lakshmi <[EMAIL PROTECTED]> wrote: Hi, The aborted clients seems to be increasing than the connections made. Any solution Aborted_clients 67529 where as the connection made is 60462 . A client is aborted after wait_timeout seconds of inactivity, but as your app seem to be workin

Re: Aborted clients status variable seems increasing -how to tune the server to reduce the same

2006-06-15 Thread Brent Baisley
You have your wait_timeout set to 5 seconds. Which means a client connection will be aborted after 5 seconds of inactivity. Since your aborted connects is 0, you don't seem to having a problem connecting, just staying connected. 5 seconds is kind of low (default is 28800 I think), but is fine if

RE: Aborted clients

2003-07-25 Thread Jeff McKeon
cesslist | +-+--+-+--+-+---+--- --+--+ 51 rows in set (0.00 sec) Jeff McKeon > -Original Message- > From: Ken Menzel [mailto:[EMAIL PROTECTED] > Sent: Friday, July 25, 2003 10:16 AM > To: Jeff McKeon > Cc: [EMAIL PROTECTED] > Su

RE: Aborted clients

2003-07-25 Thread Jeff McKeon
he sender and delete the original message, and any copy of it, from your computer system. Thank You.*** > -Original Message- > From: Ken Menzel [mailto:[EMAIL PROTECTED] > Sent: Friday, July 25, 2003 9:47 AM > To: Jeff McKeon; MySQL LIST > Subject: Re: Aborted clients >

Re: Aborted clients

2003-07-25 Thread Ken Menzel
Hi Jeff, Just a quick guess did you change the max_connections variable up from the default of 100? You did not provide a show variables so I can only guess. >From the [mysqld] section of /etc/my.cnf set-variable= max_connections=500 Ken - Original Message - From: "Jeff McKeon" <

Re: Aborted clients

2003-07-25 Thread Ken Menzel
- Original Message - From: "Jeff McKeon" <[EMAIL PROTECTED]> To: "Ken Menzel" <[EMAIL PROTECTED]> Sent: Friday, July 25, 2003 9:54 AM Subject: RE: Aborted clients > No, no changes to the max_connections. What we did discover is that > although