Skip to content

Instantly share code, notes, and snippets.

@orotemo
Created February 8, 2019 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orotemo/bfdfe43bbab683a2db6bfe3cf44ac5e1 to your computer and use it in GitHub Desktop.
Save orotemo/bfdfe43bbab683a2db6bfe3cf44ac5e1 to your computer and use it in GitHub Desktop.
CREATE DATABASE yourdbname;
CREATE USER youruser WITH ENCRYPTED PASSWORD 'yourpass';
GRANT ALL PRIVILEGES ON DATABASE yourdbname TO youruser;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment