diff --git a/templates/etc_mysql_my.cnf.j2 b/templates/etc_mysql_my.cnf.j2 index 66a1329..84c3ac3 100644 --- a/templates/etc_mysql_my.cnf.j2 +++ b/templates/etc_mysql_my.cnf.j2 @@ -34,7 +34,7 @@ thread_stack = {{ mysql_thread_stack }} thread_cache_size = {{ mysql_cache_size }} myisam-recover = {{ mysql_myisam_recover }} max_connections = {{ mysql_max_connections }} -table_cache = {{ mysql_table_cache }} +table_open_cache = {{ mysql_table_cache }} thread_concurrency = {{ mysql_thread_concurrency }} # ** Query Cache Configuration