mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
CI: fix myslq.cni file init syntax
This commit is contained in:
parent
fdcf285588
commit
3c52981bbe
3 changed files with 7 additions and 2 deletions
3
.github/actions/setup-database/action.yml
vendored
3
.github/actions/setup-database/action.yml
vendored
|
|
@ -64,6 +64,9 @@ runs:
|
|||
GRANT SESSION_VARIABLES_ADMIN ON *.* TO 'evennia'@'::1';
|
||||
FLUSH PRIVILEGES;
|
||||
EOF
|
||||
# Verify MySQL settings are applied correctly
|
||||
echo "Verifying MySQL configuration:"
|
||||
mysql -u root -proot_password -e "SELECT @@innodb_default_row_format as row_format, @@character_set_server as charset, @@collation_server as collation;" || true
|
||||
shell: bash
|
||||
|
||||
# get logs from db start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue