Skip to content

Instantly share code, notes, and snippets.

@lorne-luo
Last active March 5, 2020 02:12
Show Gist options
  • Save lorne-luo/17d74ce40b2bfe189cc2d2b5d108dfbf to your computer and use it in GitHub Desktop.
Save lorne-luo/17d74ce40b2bfe189cc2d2b5d108dfbf to your computer and use it in GitHub Desktop.
Postgres initial
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