If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > System Connections

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-24-10, 16:22
Erin. Erin. is offline
Registered User
 
Join Date: Nov 2010
Posts: 1
System Connections

I have changed our interactive_timeout and wait_timeout connections from the default value to 30 seconds. After a period of time these settings return to the default. I haven't found any event that could possible cause this and the period of time varies. Does anyone have any idea why this may happen?
Reply With Quote
  #2 (permalink)  
Old 11-25-10, 01:12
ankur02018 ankur02018 is offline
Registered User
 
Join Date: Jun 2007
Posts: 189
Smile

Just check its global and session values

select @@global.wait_timeout,@@session.wait_timeout;

Last edited by ankur02018; 11-25-10 at 04:12.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On