Skip to content

Instantly share code, notes, and snippets.

@dineshpanda
Created October 14, 2021 11:44
Show Gist options
  • Save dineshpanda/a7ab872247aede91b537d6e446fc669e to your computer and use it in GitHub Desktop.
Save dineshpanda/a7ab872247aede91b537d6e446fc669e to your computer and use it in GitHub Desktop.
brew postgresql in mac
brew install postgresql
/opt/homebrew/bin/createuser -s postgres
su - postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment