pgAdmin3 connection problems

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

    You need to adjust pg_hba.conf:

    http://www.postgresql.org/docs/current/static/auth-pg-hba-conf.html

    Once you add your own host and corresponding user, restart postgresql server so hopefully you can connect.

    Also you might need to enable it's port on the network: http://www.cyberciti.biz/tips/postgres-allow-remote-access-tcp-connection.html

    0 讨论(0)
  • 2021-02-04 05:53

    I had the same problem of yours:

    could not connect to server: Connection timed out (0x0000274C/10060) Is the server running on host "192.168.1.26" and accepting TCP/IP connections on port 5432?

    Maybe you need to set your reversed ip to the whitelist:
    26.1.168.192

    0 讨论(0)
提交回复
热议问题