Last active
March 5, 2020 02:12
-
-
Save lorne-luo/17d74ce40b2bfe189cc2d2b5d108dfbf to your computer and use it in GitHub Desktop.
Postgres initial
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 database thor2; | |
create user thor2 with encrypted password 'thor2'; | |
grant all privileges on database thor2 to thor2; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment