Adding tunning options for wait_timeout and interactive_timeout
This commit is contained in:
@ -17,6 +17,9 @@ tmp_table_size = %%dbTmpTableSize
|
||||
max_heap_table_size = %%dbTmpTableSize
|
||||
max_allowed_packet = %%{dbMaxAllowedPacket}M
|
||||
|
||||
wait_timeout = %%{dbWaitTimeout}
|
||||
interactive_timeout = %%{dbInteractiveTimeout}
|
||||
|
||||
%if %%dbEnableSlowQueryLogs == "oui"
|
||||
slow-query-log = 1
|
||||
slow-query-log-file = %%getVar('dbSlowQueryLogFile')
|
||||
|
Reference in New Issue
Block a user