22
0
Fork 0

Fix charset

This commit is contained in:
vlaborie 2018-10-11 10:44:07 +02:00
parent f2e03cb0d8
commit 41a4637aa9
1 changed files with 2 additions and 2 deletions

View File

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