This website requires JavaScript.
Explore
Help
Sign In
Personal
/
realms-wiki
Watch
1
Star
0
Fork
You've already forked realms-wiki
0
Code
Issues
Pull requests
Releases
Wiki
Activity
a891e77d40
realms-wiki
/
srv
/
salt
/
postgres
/
init.sql
2 lines
99 B
MySQL
Raw
Normal View
History
Unescape
Escape
salt changes
2014-01-17 00:04:44 +02:00
CREATE
USER
deploy
WITH
PASSWORD
'
dbpassword
'
;
GRANT
ALL
PRIVILEGES
ON
DATABASE
"
realms
"
to
deploy
;
Reference in a new issue
Copy permalink