PostgreSql 其它客户端连接
时间:2014-02-09 15:46:47
收藏:0
阅读:432
在 PATH_TO_YOUR_PostGreSQL/data/pg_hba.conf 加上红色那行,重启postgre的service就能让其它人连你的数据库了。
host all all 127.0.0.1/32 md5
host
all all 10.36.98.1/24
md5
原文:http://www.cnblogs.com/fengys-moving/p/3540818.html
评论(0)