mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Testing to streamline mysql setup more
This commit is contained in:
parent
50417d8970
commit
d54886e9e4
3 changed files with 15 additions and 6 deletions
9
.github/workflows/mysql_options.cnf
vendored
Normal file
9
.github/workflows/mysql_options.cnf
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[mysqld]
|
||||
character-set-server = utf8mb4
|
||||
collation-server = utf9mb4_unicode_ci
|
||||
|
||||
[mysql]
|
||||
default-character-set = utf8mb4
|
||||
|
||||
[client]
|
||||
default-character-set = utf8mb4
|
||||
Loading…
Add table
Add a link
Reference in a new issue