mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
CI: More MySQL work
This commit is contained in:
parent
043b8d2d65
commit
a2b3559a4c
2 changed files with 3 additions and 3 deletions
1
.github/actions/setup-database/action.yml
vendored
1
.github/actions/setup-database/action.yml
vendored
|
|
@ -62,6 +62,7 @@ runs:
|
|||
CREATE USER IF NOT EXISTS 'evennia'@'%' IDENTIFIED BY 'password';
|
||||
GRANT ALL PRIVILEGES ON \`evennia%\`.* TO 'evennia'@'%';
|
||||
GRANT PROCESS ON *.* TO 'evennia'@'%';
|
||||
GRANT SESSION_VARIABLES_ADMIN ON *.* TO 'evennia'@'%';
|
||||
FLUSH PRIVILEGES;
|
||||
EOF
|
||||
# Set database character set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue