mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Переход на кодировку utf8md4_unicode_ci
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM mariadb:10.0
|
||||
FROM mariadb:10.2.11
|
||||
|
||||
COPY custom.cnf /etc/mysql/conf.d/
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user