Re: wait_timeout help

2006-11-08 Thread Sayed Hadi Rastgou Haghi
Team <[EMAIL PROTECTED]> *Cc:* mysql@lists.mysql.com *Sent:* Wednesday, November 08, 2006 11:51 AM *Subject:* Re: wait_timeout help Hi I set the wait_timeout in my.cnf. Sometimes it works well and there is no idle process 120 seconds time. But sometimes there are idle processes with 1900s time. What the

Re: wait_timeout help

2006-11-08 Thread Visolve DB Team
econnected with 'reconnect flag' set to 1 in the MySQL structure... Thanks ViSolve DB Team - Original Message - From: Sayed Hadi Rastgou Haghi To: Visolve DB Team Cc: mysql@lists.mysql.com Sent: Wednesday, November 08, 2006 11:51 AM Subject: Re: wait_timeout help Hi

Re: wait_timeout help

2006-11-07 Thread Sayed Hadi Rastgou Haghi
> From: "Sayed Hadi Rastgou Haghi" < [EMAIL PROTECTED]> > To: "Visolve DB Team" <[EMAIL PROTECTED]> > Cc: < mysql@lists.mysql.com> > Sent: Tuesday, November 07, 2006 3:21 PM > Subject: Re: wait_timeout help > > > > Thanks > >

Re: wait_timeout help

2006-11-07 Thread Visolve DB Team
m Cc: mysql@lists.mysql.com Sent: Tuesday, November 07, 2006 4:12 PM Subject: Re: wait_timeout help Thanks again I have some questions that may help me explain my problem well. 1- What's this mean: mysql> SHOW PROCESSLIS; +--+---+--+-

Re: wait_timeout help

2006-11-07 Thread Sayed Hadi Rastgou Haghi
command line option, like mysql >set @@session.wait_timeout=15; mysql> show variables; Thanks Visolve DB Team. - Original Message - From: "Sayed Hadi Rastgou Haghi" <[EMAIL PROTECTED]> To: "Visolve DB Team" <[EMAIL PROTECTED]> Cc: Sent: Tuesday,

Re: wait_timeout help

2006-11-07 Thread Visolve DB Team
nt: Tuesday, November 07, 2006 3:21 PM Subject: Re: wait_timeout help Thanks But this sets. GLOBAL wait_timeout variable. Cab be seen by SHOW GLOBAL VARIABLES not by SHOW VARIABLES; On 11/7/06, Visolve DB Team <[EMAIL PROTECTED]> wrote: Hi specify it in the .cnf file in the mysqld op

Re: wait_timeout help

2006-11-07 Thread Christian Hammers
On 2006-11-07 Sayed Hadi Rastgou Haghi wrote: > Thanks > But this sets. GLOBAL wait_timeout variable. > Cab be seen by SHOW GLOBAL VARIABLES not by SHOW VARIABLES; Ah, yes, MySQL is very confusing about this special variable: You have to use "interactive_timeout = XXX" to change what is called "

Re: wait_timeout help

2006-11-07 Thread Sayed Hadi Rastgou Haghi
Thanks But this sets. GLOBAL wait_timeout variable. Cab be seen by SHOW GLOBAL VARIABLES not by SHOW VARIABLES; On 11/7/06, Visolve DB Team <[EMAIL PROTECTED]> wrote: Hi specify it in the .cnf file in the mysqld options: wait_timeout=x or specify it at the command line : set wait_timeout=x

Re: wait_timeout help

2006-11-07 Thread Visolve DB Team
Hi specify it in the .cnf file in the mysqld options: wait_timeout=x or specify it at the command line : set wait_timeout=x or start mysqld with --wait_timeout=x along with other options. Thanks ViSolve DB Team - Original Message - From: "Sayed Hadi Rastgou Haghi" <[EMAIL PROTECTED]

Re: wait_timeout help

2006-11-07 Thread Christian Hammers
On 2006-11-07 Sayed Hadi Rastgou Haghi wrote: > Dear All, > > I want to set wait_timeout variable on mysqld startup. > Is there any way to do that? Put "wait_timeout = XXX" into the "[mysqld]" stanza of your /etc/mysql/my.cnf (or wherever your global config file is). bye, -christian- -- MyS

Re: wait_timeout

2005-04-18 Thread Gleb Paharenko
Hello. Set the interactive_timeout variable to this value. I recommend you to upgrade to the latest release (4.1.11 now). >I have the following in the mysqld section of my.cnf: > set-variable = wait_timeout=360 >everything else in the conf file seems to take but my wait_timeout >

Re: wait_timeout? More Info.

2001-02-01 Thread Patrick Meyer
will take some time. [EMAIL PROTECTED] - Original Message - From: "Jeremy D. Zawodny" <[EMAIL PROTECTED]> To: "Meyer, Patrick" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, February 01, 2001 2:48 AM Subject: Re: wait_timeout? > On Tue

Re: wait_timeout?

2001-02-01 Thread Jeremy D. Zawodny
On Tue, Jan 30, 2001 at 12:26:34PM -0600, Meyer, Patrick wrote: > > I am slowly gaining connections to the database that just sleep. I > know these can arise from not closing the database. I am accessing > it via MyODBC from Active Server Pages. However, I set wait_timeout > to 3600... I have s

Re: wait_timeout?

2001-01-31 Thread Jan-Aage Bruvoll
On Wed, 31 Jan 2001, Andrew Benham wrote: > I'm glad it's not just me. I have 2 v3.22.32 servers running under > HP-UX 10.20 > Both servers are being used by FCGI processes on the web with persistant > connections to the database servers. Ok, I'll join in on this. I have servers running Slackware