psql --help
Connection options:
-h, --host=HOSTNAME database server host or socket directory (default: "local socket")
-p, --port=PORT database server port (default: "5432")
-U, --username=USERNAME database user name (default: "ictla")
-w, --no-password never prompt for password
-W, --password force password prompt (should happen automatically)
psql -p 5433 postgres postgres
\password
Input your new pass
\q
Created
November 12, 2020 07:19
-
-
Save soiqualang/8a401bf0060b0cb5653372ceaeac536d to your computer and use it in GitHub Desktop.
Change password postgresql
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment