pgAdmin3 connection problems

前端 未结 8 1150
野趣味
野趣味 2021-02-04 05:30

I\'m recently setting up and running a Windows 2008 r2 server with VMware Workstation 8.

I\'m running a Centos 6.2 virtual linux box with Postgresql 9.1. Everything seem

8条回答
  •  梦如初夏
    2021-02-04 05:42

    You should also allow port 5432 on the firewall.

    example on centos 8:

    sudo firewall-cmd --zone = public --add-port = 5432 / tcp --permanent
    

提交回复
热议问题