Changes between Version 1 and Version 2 of jazz/MySQL


Ignore:
Timestamp:
Sep 12, 2017, 4:44:12 PM (7 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/MySQL

    v1 v2  
    494917 rows in set (0.00 sec)
    5050}}}
     51* 查詢目前的連線等待時間 - [參考] https://stackoverflow.com/questions/23399111/safely-keeping-mysql-connections-alive
     52{{{
     53mysql> SHOW VARIABLES where Variable_name like 'wait%';
     54+---------------+-------+
     55| Variable_name | Value |
     56+---------------+-------+
     57| wait_timeout  | 28800 |
     58+---------------+-------+
     591 row in set (0.00 sec)
     60}}}