File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ mysql_read_buffer_size: "1M"
43
43
mysql_read_rnd_buffer_size : " 4M"
44
44
mysql_myisam_sort_buffer_size : " 64M"
45
45
mysql_thread_cache_size : " 8"
46
+ mysql_query_cache_type : " 1"
46
47
mysql_query_cache_size : " 16M"
47
48
mysql_query_cache_limit : " 1M"
48
49
mysql_max_connections : " 151"
Original file line number Diff line number Diff line change @@ -76,6 +76,7 @@ read_buffer_size = {{ mysql_read_buffer_size }}
76
76
read_rnd_buffer_size = {{ mysql_read_rnd_buffer_size }}
77
77
myisam_sort_buffer_size = {{ mysql_myisam_sort_buffer_size }}
78
78
thread_cache_size = {{ mysql_thread_cache_size }}
79
+ query_cache_type = {{ mysql_query_cache_type }}
79
80
query_cache_size = {{ mysql_query_cache_size }}
80
81
query_cache_limit = {{ mysql_query_cache_limit }}
81
82
max_connections = {{ mysql_max_connections }}
You can’t perform that action at this time.
0 commit comments