Skip to content

Instantly share code, notes, and snippets.

@vinkrish
Created January 18, 2019 10:02
Show Gist options
  • Save vinkrish/5244672d4c16bd7a0522e64fde23113d to your computer and use it in GitHub Desktop.
Save vinkrish/5244672d4c16bd7a0522e64fde23113d to your computer and use it in GitHub Desktop.
cd C:\Program Files\PostgreSQL\11\bin
createuser -U postgres -s YOURUSERNAME
createdb YOURUSERNAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment