当前位置: 技术问答>linux和unix
关于linux系统下postgresql数据库远程访问问题
来源: 互联网 发布时间:2016-12-03
本文导语: 我现在有一台电脑是linux系统,安装了postgresql数据库,我想让其他电脑可以访问它。 网上说要在pg_hba.conf文件中添加: host all 0.0.0.0 0.0.0.0 trust host all 192....
我现在有一台电脑是linux系统,安装了postgresql数据库,我想让其他电脑可以访问它。
网上说要在pg_hba.conf文件中添加:
host all 0.0.0.0 0.0.0.0 trust
host all 192.168.1.0 255.255.255.255 trust
host all 192.168.1.96 255.255.255.255 trust
在postgresql.conf文件中修改:
#tcpip_socket=false改成tcpip_socket=ture
我怎么在postgresql.conf文件中,没有找到#tcpip_socket=false呢,这句话要自己添加的么??还有pg_hba.conf中那样些是不是对的
网上说要在pg_hba.conf文件中添加:
host all 0.0.0.0 0.0.0.0 trust
host all 192.168.1.0 255.255.255.255 trust
host all 192.168.1.96 255.255.255.255 trust
在postgresql.conf文件中修改:
#tcpip_socket=false改成tcpip_socket=ture
我怎么在postgresql.conf文件中,没有找到#tcpip_socket=false呢,这句话要自己添加的么??还有pg_hba.conf中那样些是不是对的
|
我刚刚都说了 学习linux 如果你不会你一定要自己尝试
没有#tcpip_socket=false呢 你就添加啊!
没有#tcpip_socket=false呢 你就添加啊!
|
比如postfix这个软件 有上千个设定参数 他不会在设定文件里全部列出来的。