Linux服务器PostgreSQL远程链接设置

PostgreSQL安装完成后是不能从本机以外的机器链接的 按如下步骤修改配置 1,安装目录/data/pg_hba.conf host    all       all         192.168.1.1/32      md5 --/32表明只容许192.168.1.1访问 host    all       all         192.168.1.0/24     md5 --/24
相关文章
相关标签/搜索