`
unionx
  • 浏览: 613 次
  • 性别: Icon_minigender_1
  • 来自: 北京
最近访客 更多访客>>
社区版块
存档分类
最新评论
文章列表
一、允许从其它IP以TCP连接过来   在/etc/postgresql/${PG_VERSION}/main/pg_hba.conf里加入 host all all 0.0.0.0/0 md5    在/etc/postgresql/${PG_VERSION}/main/postgresql.conf里修改 listen_addresses = '*'    然后重启Postgres服务 sudo service postgresql restart  
Global site tag (gtag.js) - Google Analytics