postgresql connection problems

From: "Frances Collier" <fcollier(at)preparedresponse(dot)com>
To: <pgsql-novice(at)postgresql(dot)org>
Subject: postgresql connection problems
Date: 2006-04-18 23:19:49
Message-ID: 20060418232021.8AA9C5AF88B@svr4.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hello All,

I am attempting to access postgresql on another machine through PGAdmin III.
I filled out the defaults in the "New Server Registration" dialog and when
I hit "OK" I get an error stating "Error connecting to the server: FATAL:
missing or erroneous pg_hba.conf file HINT: See server log for details."

The log file states that I have an invalid entry...
The pg_hba.conf looks like the following:

#IPV4 local connections:
host all all 127.0.0.1/32 md5
devfrances all all 192.168.1.23/32 password

Note: I've also tried changing the devfrances to "... 192.168.1.23
255.255.255.0..." and "...md5" and "...trust"

I've read all the documentation I can find on this particular setup and as
far as I can tell, I am not doing anything wrong. Any ideas?

Thank you,
Frances Collier

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Richard Broersma Jr 2006-04-18 23:45:02 Re: Maximum database size
Previous Message Richard Broersma Jr 2006-04-18 21:16:32 Re: Maximum database size