Testing to streamline mysql setup more

This commit is contained in:
Griatch 2024-06-27 18:47:49 +02:00
parent 50417d8970
commit d54886e9e4
3 changed files with 15 additions and 6 deletions

9
.github/workflows/mysql_options.cnf vendored Normal file
View 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