From: | Francisco Olarte <folarte(at)peoplecall(dot)com> |
---|---|
To: | emonrockz143(at)gmail(dot)com |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #10917: How to connect pgadmin of another system. |
Date: | 2014-07-10 16:27:10 |
Message-ID: | CA+bJJbx71WjF_6yfbtOdK26pcvW=_GUW+1LQBFJ6ViFFZK46bA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hi:
On Thu, Jul 10, 2014 at 4:34 PM, <emonrockz143(at)gmail(dot)com> wrote:
...
> I have pgAdmin in two systems with the IPs 192.168.1.1 and 192.168.1.2. , I
> want to add the server 192.168.1.2 in PgAdmin of 192.168.1.1 sytem. I am
> getting the following error.
>
> could not connect to server: Connection refused Is the server running on
> host "192.168.1.2" and accepting TCP/IP connections on port 5432?
Seems pilot error, not a bug. Have checked that?
Also:
> # IPv4 local connections:
> host all all 127.0.0.1/32 md5
> # IPv6 local connections:
> host all all ::1/128 md5
>
> Please help me with a solution so that I can add 192.168.1.2 as a pgadmin
> server in 192.168.1.1. Thank you in advance.
You have only LOCAL ip connections allowed, try allowing remote from
192.168.1.1 in 1.2 and, check you are allowing tcp connections in
postgresql.conf.
Try sending to the psql-general list if you have problems to do it, as
this seems not to be a bug and is easier to get it answered there. I'd
also recommend to read the docs a bit more.
Francisco Olarte.
From | Date | Subject | |
---|---|---|---|
Next Message | David G Johnston | 2014-07-10 17:16:18 | Re: BUG #10917: How to connect pgadmin of another system. |
Previous Message | Moshe Jacobson | 2014-07-10 16:12:03 | Re: LEFT JOINs not optimized away when not needed |