Cannot connect to postgres from remote host

前端 未结 6 1286
刺人心
刺人心 2020-12-13 12:50

I have a database server (192.168.1.50) running postgres. I have created a database named \"testdb\" and a user \"testuser\" with password \"testuserpw\".
Locally, I can

6条回答
  •  半阙折子戏
    2020-12-13 13:45

    Is the firewall letting the connections through? Or, check if pg_hba.conf allows connecting from addresses other than localhost.

提交回复
热议问题