微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

postgresql 数据库 报错 server closed the connection unexpectedly 无法远程连接数据库 解决方法

因本地资源有限,在公共测试环境搭建了PGsql环境,从数据库本地localhost访问正常,在相同网段的远程机器访问报如下错误

“server closed the connection unexpectedly.        This probably means the server terminated abnormally before or  while processing the request”

检查pg日志,报错日志为FATAL:  no pg_hba.conf entry for host "XX.XX.XX.XX",经查阅,这条错误的原因是因为客户端远程访问postgresql受限所致,因为postgresql认情况下除本机外的机器是不能连接的。修改pg_hba.conf与postgresql.conf两个配置文件即可解决

修改方式请参考 

《postgresql 报错 FATAL: no pg_hba.conf entry for host 未配置允许远程连接 解决方法

https://blog.csdn.net/whatday/article/details/128579053

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐