摘要: PostgreSQ数据库为了安全,它不会监听除本地以外的所有连接请求,要解决这个问题,只需要在PostgreSQL数据库的安装目录下找到/data/pg_hba.conf,定位到“# IPv4 local connections:” ,加上:“host all all 192.168.x.x/24 password ” 阅读全文
posted @ 2010-05-15 18:16 javaite 阅读(1056) 评论(0) 推荐(0) 编辑