Adding tunning variable dbMaxAllowedPacket

This commit is contained in:
2018-06-21 10:47:27 +02:00
parent 8f5aaff1de
commit ff2d131d63
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,7 @@ query_cache_size = %%getVar('dbQueryCacheSize')
tmp_table_size = %%dbTmpTableSize
max_heap_table_size = %%dbTmpTableSize
max_allowed_packet = %%dbMaxAllowedPacket
%if %%dbEnableSlowQueryLogs == "oui"
slow-query-log = 1