gpt4 book ai didi

postgresql - JDBC 到 PostgreSQL 升级 Ubuntu 后无法正常工作

转载 作者:行者123 更新时间:2023-11-29 13:06:51 26 4
gpt4 key购买 nike

所以我让 PostgreSQL 在 Ubuntu 11.04 中使用 8.4(?)

我将以下内容添加到我的 pg_hba.conf

host    all             all             127.0.0.1/32            trust
host all all 0.0.0.0/0 trust

以及我的 postgres.conf 中的以下...

listen_addresses = '*'

但我得到以下与 SQuirrel 的连接

My Local PostgresSQL: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.

有什么想法吗?

最佳答案

根据 this site默认端口是 5432,但是,根据默认安装的 postgres.conf 文件,端口设置为 5433...

port = 5433

因此,如果其他人遇到此问题,请尝试使用新端口。

我认为这与看到现有 8.4

时增加端口的安装有关

关于postgresql - JDBC 到 PostgreSQL 升级 Ubuntu 后无法正常工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7797101/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com