Answers for "what is the password for postgres user in pgadmin4"

2

how to connect postgres user password using command line

sudo -u postgres psql postgres
Posted by: Guest on October-04-2020
-1

how to connect postgres user password using command line

password postgres
Posted by: Guest on October-04-2020
0

what is the password for postgres user in pgadmin4

sudo su postgres
psql
password postgres
enter your password twice
Afterward log in to pgAdmin4 with the set password
Posted by: Guest on February-15-2022

Code answers related to "what is the password for postgres user in pgadmin4"

Browse Popular Code Answers by Language