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 @@ -59,6 +59,7 @@ mysql_read_buffer_size: "1M"
59
59
mysql_read_rnd_buffer_size : " 4M"
60
60
mysql_myisam_sort_buffer_size : " 64M"
61
61
mysql_thread_cache_size : " 8"
62
+ mysql_query_cache_type : " 1"
62
63
mysql_query_cache_size : " 16M"
63
64
mysql_query_cache_limit : " 1M"
64
65
mysql_max_connections : " 151"
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ read_buffer_size = {{ mysql_read_buffer_size }}
79
79
read_rnd_buffer_size = {{ mysql_read_rnd_buffer_size }}
80
80
myisam_sort_buffer_size = {{ mysql_myisam_sort_buffer_size }}
81
81
thread_cache_size = {{ mysql_thread_cache_size }}
82
+ query_cache_type = {{ mysql_query_cache_type }}
82
83
query_cache_size = {{ mysql_query_cache_size }}
83
84
query_cache_limit = {{ mysql_query_cache_limit }}
84
85
max_connections = {{ mysql_max_connections }}
You can’t perform that action at this time.
0 commit comments