From: | Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: pgadmin |
Date: | 2006-03-24 17:50:08 |
Message-ID: | 44243150.4010509@amsoftwaredesign.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Mary Adel wrote:
> I am trying to set PgAdmin so that i can connect from my pc to the
> server but i have error saying :
>
> Error connecting to the server: could not connect to server:
> Connection refused
> Is the server running on host "xxx.xxx.xxx.xxx" and accepting
> TCP/IP connections on port 5432?
>
>
You need to edit the postgresql.conf and set it to allow all connections
by changing localhost to * , then
you need to edit the pg_hba.conf file and allow access from all hosts or
specific hosts.
both of these files can be found in the postgresql data directory.
Hope this helps,
Tony Caduto
http://www.amsoftwaredesign.com
Home of PG Lightning Admin
There is a alternative to pgAdmin III for win32 users.
From | Date | Subject | |
---|---|---|---|
Next Message | Julie Robinson | 2006-03-24 18:13:24 | Re: Hibernate Query Question - Get most recent unique rows |
Previous Message | A. Kretschmer | 2006-03-24 17:48:49 | Re: pgadmin |