开发者社区 问答 正文

postgresql 11 win10安装 pgAdmin 打开报错

could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5433? could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (127.0.0.1) and accepting TCP/IP connections on port 5433?

展开
收起
kun坤 2019-11-28 10:33:27 1227 分享 版权
1 条回答
写回答
取消 提交回答
  • 这个提示是指系统未发现本机有在5433端口运行的PG服务器,所以连不上。。。 请将连接参数修改并指向你的运行PG服务器的IP和端口。 你看一下官方网站的介绍,10以上版本仅支持server系统

    2019-11-28 10:33:37
    赞同 展开评论