Created
October 14, 2021 11:44
-
-
Save dineshpanda/a7ab872247aede91b537d6e446fc669e to your computer and use it in GitHub Desktop.
brew postgresql in mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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