[MySQL] Disable query cache
parent
d091bf76aa
commit
15f3a664cd
|
@ -13,8 +13,8 @@ innodb-strict-mode = 0
|
||||||
innodb_buffer_pool_size = 96M
|
innodb_buffer_pool_size = 96M
|
||||||
key_buffer = 16M
|
key_buffer = 16M
|
||||||
thread_cache_size = 8
|
thread_cache_size = 8
|
||||||
query_cache_size = 8M
|
query_cache_type = 0
|
||||||
query_cache_limit = 512K
|
query_cache_size = 0
|
||||||
thread_stack = 128K
|
thread_stack = 128K
|
||||||
skip-host-cache
|
skip-host-cache
|
||||||
skip-name-resolve
|
skip-name-resolve
|
||||||
|
|
Loading…
Reference in New Issue