Re: set global does not work

2006-12-06 Thread Visolve DB Team
s will be automatically cleared if the time exceeds 'wait_timeout' variable value. Thanks ViSolve DB Team. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Thursday, December 07, 2006 11:52 AM Subject: RE: set global does not work > > Hi: >

RE: set global does not work

2006-12-06 Thread dvd
  Hi: I open a connection via mysql mysql>show global variables like 'wait_timeout' --> 28800 mysql> set global wait_timeout = 1000; mysql>exit; reopen mysql mysql> show session variables like 'wait_timeout'; --> 28800 I expect session value to be 1000 according the doc, as it should be given the