Unable to connect PostgreSQL to remote database using pgAdmin

前端 未结 7 1136
Happy的楠姐
Happy的楠姐 2020-11-29 18:58

I installed PostgreSQL on my local server (Ubuntu) with IP 192.168.1.10. Now, I\'m trying to access the database from my client machine (Ubuntu) with IP 192.168.1.11 with p

7条回答
  •  爱一瞬间的悲伤
    2020-11-29 19:16

    Check your firewall. When you disable it, then you can connect. If you want/can't disable the firewall, add a rule for your remote connection.

提交回复
热议问题