dokos-ansible/files/mariadb-90-want-utf8.cnf

8 lines
158 B
Plaintext
Raw Normal View History

2022-09-28 10:35:31 +00:00
[mysqld]
character-set-client-handshake = FALSE
character-set-server = utf8mb4
collation-server = utf8mb4_unicode_ci
[mysql]
default-character-set = utf8mb4