mysql: fix unicode.cnf

https://mathiasbynens.be/notes/mysql-utf8mb4
This commit is contained in:
Aminda Suomalainen 2015-02-27 11:12:04 +02:00
parent c391357cf7
commit 73ffff658c

View File

@ -1,4 +1,11 @@
[mysqld] [client]
init-connect='SET NAMES utf8' default-character-set = utf8mb4
character-set-server=utf8
[mysql]
default-character-set = utf8mb4
[mysqld]
init-connect='SET NAMES utf8mb4'
character-set-client-handshake = FALSE
character-set-server=utf8mb4
collation-server = utf8mb4_unicode_ci