Created
October 17, 2015 23:06
-
-
Save davidlivingrooms/6bb3a5dc7eedb1f91d9a to your computer and use it in GitHub Desktop.
Add new postgresql user with privs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CREATE USER openmicer; | |
GRANT ALL PRIVILEGES ON database openmicnight TO openmicer; | |
GRANT ALL PRIVILEGES ON openmic TO openmicer; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment