From 262952e50d13b1cb533dd337cd6d0b726b297b4e Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sun, 19 Jul 2015 14:19:23 +0200 Subject: Use full name rather than prefix for MySQL option 'key_buffer_size'. [Warning] Using unique option prefix key_buffer instead of key_buffer_size is deprecated and will be removed in a future release. Please use the full name instead. --- roles/common-SQL/files/etc/mysql/my.cnf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/common-SQL') 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! -- cgit v1.2.3