psql: could not connect to server

目录

环境

症状

问题原因

解决方案

相关文档

报错编码

环境

系统平台:N/A

版本:4.1.1

症状

使用psql远程连接数据库报错:Connection refused  和 No route to host。

1、psql: could not connect to server: Connection refused

[highgo@hgdb ~]$ psql -h 192.168.10.123 -p 5866

psql: could not connect to server: Connection refused

      Is the server running on host "192.168.10.123" and accepting  TCP/IP connections on port 5866?

2、psql: could not connect to server:No route to host 

[highgo@hgdb ~]$ psql -h 192.168.10.123 -p 5866

psql: could not connect to server: No route to host

      Is the server running on host "192.168.10.123" and accepting      TCP/IP connections on port 5866?

问题原因

出现报错Connection refused,表示目标主机明确拒绝了这次连接。

出现报错No route to host,表示可能是一个网络问题,并不是目标主机的回复。  

解决方案

详细的解决方案请登录【瀚高技术支持平台】查看

https://support.highgo.com/#/index/docContent/5333c105d99e7a

猜你喜欢

转载自blog.csdn.net/pg_hgdb/article/details/85088363