mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 14:07:16 +02:00
Another fix
This commit is contained in:
parent
85b41dde88
commit
84ed80f5fa
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ before_install:
|
|||
- psql -U postgres -c "CREATE DATABASE evennia;"
|
||||
- psql -U postgres -c "CREATE USER evennia WITH PASSWORD 'password';"
|
||||
- psql -U postgres -c "ALTER USER evennia CREATEDB;"
|
||||
- if mysql -u root -e "CREATE DATABASE evennia CHARACTER SET utf8mb4;"
|
||||
- mysql -u root -e "CREATE DATABASE evennia CHARACTER SET utf8mb4;"
|
||||
- mysql -u root -e "CREATE USER 'evennia'@'localhost' IDENTIFIED BY 'password';"
|
||||
- mysql -u root -e "GRANT ALL ON *.* TO 'evennia'@'localhost' IDENTIFIED BY 'password';"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue