PostgreSQL10.5设置允许远程访问

2018-09-12  本文已影响0人  gisxiaowei

1、修改pg_hba.conf

找到pg_hba.conf文件,如D:\Program Files\PostgreSQL\10\data\pg_hba.conf,修改如下

# IPv4 local connections:
host    all             all             127.0.0.1/32            md5
# IPv4 local connections:
host    all             all             0.0.0.0/0            md5

2、重启postgresql-x64-10服务

重启postgresql-x64-10服务
上一篇下一篇

猜你喜欢

热点阅读