Skip to content

Instantly share code, notes, and snippets.

@louanfontenele
Last active October 13, 2016 17:54
Show Gist options
  • Save louanfontenele/b1ac3179679bc58dd1930b383456ab58 to your computer and use it in GitHub Desktop.
Save louanfontenele/b1ac3179679bc58dd1930b383456ab58 to your computer and use it in GitHub Desktop.
sudo -u postgres createuser YOURUSER -s (if you want create a new user, if you get any error, you already have this user)
sudo -u postgres psql
\password root
YOURPASS
YOURPASS
\q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment