MySQL Forums
Forum List  »  Optimizer & Parser

Re: Close conections
Posted by: Rick James
Date: September 19, 2011 07:23PM

Does not exist??
(Sorry, I spelled it wrong when I said 'interactive_wait_timeout'.)
mysql> SHOW GLOBAL VARIABLES LIKE '%timeout%';
+----------------------------+-------+
| Variable_name              | Value |
+----------------------------+-------+
| connect_timeout            | 10    |
| delayed_insert_timeout     | 300   |
| innodb_lock_wait_timeout   | 50    |
| innodb_rollback_on_timeout | OFF   |
| interactive_timeout        | 28800 |
| net_read_timeout           | 30    |
| net_write_timeout          | 60    |
| slave_net_timeout          | 3600  |
| table_lock_wait_timeout    | 50    |
| wait_timeout               | 28800 |
+----------------------------+-------+
What version are you running? That manual shows it existing as long ago as 4.x.

Do you really want the "interactive" timeout? That is mostly for humans, not for scripts.

Options: ReplyQuote


Subject
Views
Written By
Posted
3870
July 31, 2011 10:16AM
1789
August 08, 2011 08:51AM
1376
September 17, 2011 02:18PM
1306
September 18, 2011 12:54PM
1324
September 18, 2011 02:48PM
Re: Close conections
1368
September 19, 2011 07:23PM
1210
September 20, 2011 05:40AM
1488
September 21, 2011 11:37PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.