我无法将 pgAdmin4 连接到在 Ubuntu 16.04 上运行的 PostgreSQL 数据库(版本 9.5)。当我尝试连接时连接超时。我认为它在某个时候被拒绝/丢弃,但我不确定在哪里。
这是postgres配置文件
运行结果netstat -tulpen
:
运行结果service postgresql status
:
运行结果ufw status
:
来自 PgAdmin 的错误消息:
尝试连接 telnet 也失败,返回以下消息:
Could not open a connection to the host, on port 5432: Connect failed
在此先感谢您的任何建议。