0
我認爲Max_used_connections
是mysql連接數仍然打開並且尚未關閉。如何檢查mysql連接的持續時間?
| Variable_name | Value |
+--------------------------+-------+
| Innodb_row_lock_time_max | 0 |
| Max_used_connections | 22 |
| Tc_log_max_pages_used | 0 |
+--------------------------+-------+
在這裏,我想查看持續時間多久這個連接正在使用的連接列表。當這個連接將被殺死。 (WAIT_TIMEOUT變量)
| Variable_name | Value | Start Time | Aprox End Time | Hours (Use)
+--------------------------+-------+
| Innodb_row_lock_time_max | 0 |
| Max_used_connections | 22 |
| Tc_log_max_pages_used | 0 |
+--------------------------+-------+
我設置wait_timeout
和interactive_timeout
至2和22仍然連接是打開的。我等了30分鐘,我發現Max_used_connections變量沒有變化。
任何人都可以幫助我嗎?