pgAdmin3 connection problems

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

提交回复
热议问题