Browse Source

[MySQL] Disable query cache

andryyy 5 years ago
parent
commit
15f3a664cd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      data/conf/mysql/my.cnf

+ 2 - 2
data/conf/mysql/my.cnf

@@ -13,8 +13,8 @@ innodb-strict-mode      = 0
 innodb_buffer_pool_size = 96M
 key_buffer              = 16M
 thread_cache_size       = 8
-query_cache_size        = 8M
-query_cache_limit       = 512K
+query_cache_type        = 0
+query_cache_size        = 0
 thread_stack            = 128K
 skip-host-cache
 skip-name-resolve