Experimenting with other encodings for mysql

This commit is contained in:
Griatch 2024-06-27 19:08:27 +02:00
parent 6b984a4faa
commit bce5fb0521
3 changed files with 6 additions and 6 deletions

View file

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