- Install from Homebrew
- start
pg_ctl -D /usr/local/var/postgres start && brew services start postgresql - connect as 'postgres'
psql postgres - add 'postgres' user
createuser -s postgres - confirm user
psql postgres- check 'postgres' user is listed
Created
July 24, 2019 15:16
-
-
Save mec/2d2bd9f7c10f6be791d5dfe15a7b4bc9 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment