mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
CI: Adding more mysql perms for test
This commit is contained in:
parent
363296022d
commit
2a24842734
1 changed files with 1 additions and 0 deletions
1
.github/actions/setup-database/action.yml
vendored
1
.github/actions/setup-database/action.yml
vendored
|
|
@ -58,6 +58,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 and collation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue