PostgreSQL Unable to connect to server: XXX port 5432 failed: Connection refused


一、问题说明

使用 pgAdmin 连接本地的 PostgreSQL 时,报错“Unable to connect to server: XXX port 5432 failed: Connection refused”。

截图如下:
图片[1] - PostgreSQL Unable to connect to server: XXX port 5432 failed: Connection refused - MaxSSL

二、问题原因

通过报错提示信息可以看出:客户端工具访问被拒绝的原因是,由于本地的 PostgreSQL 服务没有启动。

三、解决方案

启动本地的 PostgreSQL 服务(个人安装的是 PostgreSQL 14.5 版本的),启动方式如下:

在任务管理器–> 服务–> 找到并选中 postgresql-x64-14 服务,点击服务列表上方的“启动”按钮,或者右键点击选择“开始”,即可启动 PostgreSQL 服务。
图片[2] - PostgreSQL Unable to connect to server: XXX port 5432 failed: Connection refused - MaxSSL
图片[3] - PostgreSQL Unable to connect to server: XXX port 5432 failed: Connection refused - MaxSSL

等本地的 PostgreSQL 服务正常启动后,再次使用 pgAdmin 连接,即可正常访问和使用。
图片[4] - PostgreSQL Unable to connect to server: XXX port 5432 failed: Connection refused - MaxSSL
图片[5] - PostgreSQL Unable to connect to server: XXX port 5432 failed: Connection refused - MaxSSL

© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享