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 
global value
when a new connection is established.
Thanks
 

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to