Fix charset

This commit is contained in:
vlaborie 2018-10-11 10:44:07 +02:00
parent f2e03cb0d8
commit 41a4637aa9

View file

@ -182,8 +182,8 @@ innodb_thread_concurrency = 16
###### Misc ###### Misc
# charset utf8 par defaut # charset utf8 par defaut
default-character-set=utf8 character-set-server=utf8
collation-server=utf8_unicode_ci collation-server=utf8_general_ci
# Patch MySQL 5.5.53 # Patch MySQL 5.5.53
secure-file-priv = "" secure-file-priv = ""
~~~ ~~~