mirror of
https://github.com/elyby/accounts.git
synced 2025-05-31 14:11:46 +05:30
Фикс для кодировки в mariadb
This commit is contained in:
9
docker/mariadb/custom.cnf
Normal file
9
docker/mariadb/custom.cnf
Normal file
@@ -0,0 +1,9 @@
|
||||
[mysql]
|
||||
default-character-set = utf8
|
||||
|
||||
[mysqld]
|
||||
character-set-server = utf8
|
||||
collation-server = utf8_general_ci
|
||||
|
||||
[client]
|
||||
default-character-set = utf8
|
Reference in New Issue
Block a user