Re: connect from network PC

From: bob_bamber(at)hotmail(dot)com (Bob)
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: connect from network PC
Date: 2004-03-19 15:37:47
Message-ID: b598ae2.0403190737.9eb6f1b@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

robert @ihug.co.nz ("Robert Morgan") wrote in message news:<005b01c40d97$5f098a20$0200a8c0(at)hyde>...
> Hi I have Postgres installed on a PC running RH9 which is networked to my o
> ther (win2k) PC. I have created a couple of DB's and want to connect to the
> m from my win2k PC using DBTools however I get this error message:
>
> Loading Server pgsql(at)localhost (PostgreSQL): could not connect to server: C
> onnection refused (0x0000274D/10061)
> Is the server running on host 192.168.0.1 and accepting TCP/IP connection
> s on port 5432?
>
> I realise this a DBTools error message but does anyone have any ideas?
>
> I have a mysql server running on the same RH pc and can connect to the MySq
> l databases without a problem.
>
> Thanks
>
> Bob
> --

I've seen this message a few times and in each case it was because
postgres wasn't configured to accept TCP/IP connections.

Hope that helps.

Bob.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message V i s h a l Kashyap @ [Sai Hertz And Control Systems] 2004-03-20 07:31:03 PostgreSQL 7.4.2 new tables [Stupid Query]
Previous Message Tom Lane 2004-03-19 14:57:53 Re: connect from network PC