From 41a4637aa9dc1400b3bf236c7057d9864c6fe381 Mon Sep 17 00:00:00 2001 From: vlaborie Date: Thu, 11 Oct 2018 10:44:07 +0200 Subject: [PATCH] Fix charset --- HowtoMySQL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HowtoMySQL.md b/HowtoMySQL.md index 5a9b299d..a540fcb4 100644 --- a/HowtoMySQL.md +++ b/HowtoMySQL.md @@ -182,8 +182,8 @@ innodb_thread_concurrency = 16 ###### Misc # charset utf8 par defaut -default-character-set=utf8 -collation-server=utf8_unicode_ci +character-set-server=utf8 +collation-server=utf8_general_ci # Patch MySQL 5.5.53 secure-file-priv = "" ~~~