Thread: Connect Remote DB

Connect Remote DB

From
"shiva"
Date:
Hi
 
How to connect remote Db from win2000 to win98 system on Lan Using PSQL
I tried but giving following error
 
$ psql -h 223.223.0.36
psql: could not connect to server: Connection refused
        Is the server running on host 223.223.0.36 and accepting
        TCP/IP connections on port 5432?
 
 
Thanks in advance,
Shiv..
 

Re: Connect Remote DB

From
Franco Bruno Borghesi
Date:
is postmaster running with -i switch (or tcpip_socket = true in postgresql.conf).

On Sat, 2003-11-15 at 03:53, shiva wrote:
Hi
 
How to connect remote Db from win2000 to win98 system on Lan Using PSQL
I tried but giving following error

 
$ psql -h 223.223.0.36
psql: could not connect to server: Connection refused
        Is the server running on host 223.223.0.36 and accepting
        TCP/IP connections on port 5432?

 
 

Thanks in advance,
Shiv..

 
Attachment