Skip to content

Instantly share code, notes, and snippets.

@icu0755
Last active December 17, 2015 10:45
Show Gist options
  • Save icu0755/6151e2dd177cfd3bc47b to your computer and use it in GitHub Desktop.
Save icu0755/6151e2dd177cfd3bc47b to your computer and use it in GitHub Desktop.
create user <user> with password '<password>';
create database <database>;
grant all privileges on database <database> to <user>;
alter user <user> createdb;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment