From 648c8c2619f926cb9d0c298e59013973f9c55f78 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 30 May 2012 19:11:59 +0200 Subject: [PATCH] don't use deprecated options in the installed config files --- debian/additions/mariadb.cnf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/additions/mariadb.cnf b/debian/additions/mariadb.cnf index 6c2d812f0cc..e3803c4aaeb 100644 --- a/debian/additions/mariadb.cnf +++ b/debian/additions/mariadb.cnf @@ -3,7 +3,7 @@ [client] # Default is Latin1, if you need UTF-8 set this (also in server section) -#default-character-set = utf8 +#character-set-server = utf8 [mysqld] # @@ -11,7 +11,7 @@ # # Default is Latin1, if you need UTF-8 set all this (also in client section) # -#default-character-set = utf8 -#default-collation = utf8_general_ci +#character-set-server = utf8 +#collation-server = utf8_general_ci #character_set_server = utf8 #collation_server = utf8_general_ci