安裝
yum install epel-release
yum install pgadmin3
配置
vi /var/lib/pgsql/data/pg_hba.conf
host all all 192.168.4.107/32 md5
重新启动postgres
su - postgres
pg_ctl restart
启动pgadmin3
pgadmin3
yum install epel-release
yum install pgadmin3
vi /var/lib/pgsql/data/pg_hba.conf
host all all 192.168.4.107/32 md5
su - postgres
pg_ctl restart
pgadmin3