Skip to content

Instantly share code, notes, and snippets.

@pjan
Created August 6, 2013 05:14
Show Gist options
  • Save pjan/6162192 to your computer and use it in GitHub Desktop.
Save pjan/6162192 to your computer and use it in GitHub Desktop.
Add a new user and accompanying database to postgres
sudo -u postgres createuser -D -A -P my_db_user
sudo -u postgres createdb -O my_db_user my_db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment