Changes between Version 3 and Version 4 of jazz/MySQL


Ignore:
Timestamp:
Sep 12, 2017, 5:49:59 PM (7 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/MySQL

    v3 v4  
    5050}}}
    5151* 查詢目前的連線等待時間
    52 ** [參考] https://stackoverflow.com/questions/23399111/safely-keeping-mysql-connections-alive
    53 ** 預設值是 28800 seconds
     52  * [參考] https://stackoverflow.com/questions/23399111/safely-keeping-mysql-connections-alive
     53  * 預設值是 28800 seconds
    5454{{{
    5555mysql> SHOW VARIABLES where Variable_name like 'wait%';
     
    61611 row in set (0.00 sec)
    6262}}}
    63 ** 可以 runtime 修改
     63  * 可以 runtime 修改
    6464{{{
    6565mysql> set global wait_timeout=60;