Can't connect to Postgresql on port 5432

后端 未结 6 1958
隐瞒了意图╮
隐瞒了意图╮ 2020-12-04 19:46

I have PostgreSQL 9.3 installed on a server running Ubuntu Server 14.04.

If I ssh into the server via terminal, I\'m able to connect with psql. But when I try to con

6条回答
  •  心在旅途
    2020-12-04 20:19

    You probably need to either open up the port to access it in your LAN (or outside of it) or bind the network address to the port (make PostgreSQL listen on your LAN instead of just on localhost)

提交回复
热议问题