pgAdmin3 connection problems

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

    Is the server running on host "192.168.1.26" and accepting TCP/IP connections on port 5432?

    Check that the server has that IP address. Check that there are postgres processes running. Use netstat to confirm that the server is listening on port 5432.

提交回复
热议问题