Files @ 71cc7b092600
Branch filter:

Location: majic-ansible-roles/roles/database_server/templates/utf8.cnf.j2

branko
MAR-218: Drop deprecated argument for command invocation:

- This might require fixing down the line in some other way (to avoid
warnings being spit out).
1
2
3
4
5
6
7
8
[client]
default-character-set = utf8mb3

[mysqld]
character-set-server  = utf8mb3
collation-server      = utf8mb3_general_ci
character_set_server  = utf8mb3
collation_server      = utf8mb3_general_ci