Answers for "how to connect local pgadmin4 with postgresql docker"

SQL
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

sql file in postgres with pgadmin

1. Open/select the database in PgAdmin4
2. In the top menu, Click Tools, Query Tool
3. Click the left most icon in Query Tool and drill down to find the .sql file
you want.
4. Click Select
5. To run, Click the lightning icon (to the right of "No Limit").
Posted by: Guest on December-04-2020

Code answers related to "how to connect local pgadmin4 with postgresql docker"

Code answers related to "SQL"

Browse Popular Code Answers by Language