junge8618 发表于 2013-1-30 01:30:07

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--查看
页: [1]
查看完整版本: pt数据库远程连接配置