From 7fcfdf7c16f44aed7eab293e020e7a5ee12ccb12 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Thu, 7 Jun 2012 19:15:41 +0200 Subject: client's option is default-character-set, server's is character-set-server --- debian/additions/mariadb.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/additions/mariadb.cnf b/debian/additions/mariadb.cnf index e3803c4aaeb..927e9d1ce88 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) -#character-set-server = utf8 +#default-character-set = utf8 [mysqld] # -- cgit v1.2.1