Experimenting with other encodings for mysql
This commit is contained in:
parent
6b984a4faa
commit
bce5fb0521
3 changed files with 6 additions and 6 deletions
8
.github/workflows/mysql_options.cnf
vendored
8
.github/workflows/mysql_options.cnf
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue