Answers for "launch pgadmin from terminal"

0

run pgadmin docker cmd

docker run -p 5050:80  -e "[email protected]" -e "PGADMIN_DEFAULT_PASSWORD=admin"  -d dpage/pgadmin4
Posted by: Guest on June-17-2021
0

pgadmin terminal connect

bash-4.2$ psql -h <hostname or ip address> -p <port number of remote machine> -d <database name which you want to connect> -U <username of the database server>
Posted by: Guest on April-06-2021

Code answers related to "launch pgadmin from terminal"

Browse Popular Code Answers by Language