码迷,mamicode.com
首页 > 数据库 > 详细

postgresql开启网络连接

时间:2018-11-02 19:09:38      阅读:257      评论:0      收藏:0      [点我收藏+]

标签:地址   hba   注释   开启   配置文件   使用   文件   情况下   允许   

默认情况下,postgresql是只允许localhost连接的,如果需要使用远程连接,需要修改两个配置文件。

postgresql.conf 和 pg_hba.conf

在postgresql.conf找到 #listen_addresses = ‘localhost‘ ,取消前面的注释符号#,并且将localhost改为*

在pg_hba.conf里添加一行:

host    all              all             192.168.1.0/24        md5

ip地址按需修改

 

postgresql开启网络连接

标签:地址   hba   注释   开启   配置文件   使用   文件   情况下   允许   

原文地址:https://www.cnblogs.com/sherlock-merlin/p/9897571.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!