pgAdmin3 connection problems

前端 未结 8 1144
野趣味
野趣味 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:50

    Probably a firewall issue, check it by

    systemctl status firewalld.service
    

    you could simply disable it by:

    systemctl stop firewalld.service
    systemctl disable firewalld.service
    

提交回复
热议问题