pt数据库远程连接配置

pt数据库端口配置:
1.su omu
2.cd $PTDATA                   --/opt/HUAWEI/cgp/workshop/omu/data
3.vi postgresql.conf           --listen_addresses = 'localhost:1521,PT数据库的外部IP:1521'
4.psql -h 160.11.9.10 -p 1521  --查看
5.pg_ctl reload;               --重启pt数据库
6.psql -h 160.11.9.10 -p 1521  --查看

你可能感兴趣的:(PostgreSQL)