diff options
Diffstat (limited to 'roles/common-SQL')
-rw-r--r-- | roles/common-SQL/files/etc/mysql/my.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/common-SQL/files/etc/mysql/my.cnf b/roles/common-SQL/files/etc/mysql/my.cnf index 0d6aa8a..909236d 100644 --- a/roles/common-SQL/files/etc/mysql/my.cnf +++ b/roles/common-SQL/files/etc/mysql/my.cnf @@ -52,7 +52,7 @@ skip-networking # # * Fine Tuning # -key_buffer = 16M +key_buffer_size = 16M max_allowed_packet = 16M thread_stack = 192K thread_cache_size = 8 @@ -120,7 +120,7 @@ max_allowed_packet = 16M #no-auto-rehash # faster start of mysql but no tab completition [isamchk] -key_buffer = 16M +key_buffer_size = 16M # # * IMPORTANT: Additional settings that can override those from this file! |