Переход на кодировку utf8md4_unicode_ci

This commit is contained in:
ErickSkrauch
2017-12-23 00:32:36 +03:00
parent 43b69aed0b
commit d2f3a05b31
5 changed files with 44 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
FROM mariadb:10.0
FROM mariadb:10.2.11
COPY custom.cnf /etc/mysql/conf.d/

View File

@@ -1,9 +1,9 @@
[mysql]
default-character-set = utf8
default-character-set = utf8mb4
[mysqld]
character-set-server = utf8
collation-server = utf8_general_ci
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
[client]
default-character-set = utf8
default-character-set = utf8mb4