a13698822086 发表于 2016-11-20 10:45:56

通过deadline配置statistic gathing连接postgresql

  通过deadline配置statistic gathering连接postgresql时,报错
  no pg_hba.conf entry for host "fe80::9813:1a79:876d:38f4%11", user "render", database "render", SSL off,
  只需要修改pg_hba.conf文件,找到# IPv6 local connections,并在其下添加
  host all   allfe80::9813:1a79:876d:38f4%11/128 md5
  即可,IP地址根据情况进行修改。
页: [1]
查看完整版本: 通过deadline配置statistic gathing连接postgresql