pgAdmin is the most popular and feature rich Open Source Administration and Development platform for PostgreSQL, the most advanced Open Source database in the world.
This recording talks about pgAdmin setup on Windows. Below is the running notes used in this video:
***
1) Install pgAdmin4 : Client on Windows
https://www.pgadmin.org/
2) Enable PostgreSQL server for remote connections : Server
RHEL 7.5 (in VMWARE)
netstat -noa
By default, Postgres DB Server is not accessible from outside host
$PGDATA/postgresql.conf
listen_address = 'localhost' == '*'
$PGDATA/pg_hba.conf
host all all 0.0.0.0/0 md5
postgres: as one of the default user databases
postgres: as OS user
postgres: as database user
3) client ==== Server
pgAdmin4 === PostgreSQL 11 DB Server
Hostname: 192.168.40.132
Port Number: 5432
Database Name: postgres
Username: postgres
password: ********
***
Смотрите видео pgAdmin4 installation and PostgreSQL DB connection онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Ravi Nandigam 03 Октябрь 2019, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 44,381 раз и оно понравилось 277 людям.