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 = "" ~~~