Re: Help with JDBC connection... - Mailing list pgsql-jdbc

From Varun Kacholia
Subject Re: Help with JDBC connection...
Date
Msg-id 20021113232728.B24443@cse.iitb.ac.in
Whole thread Raw
In response to Help with JDBC connection...  (Lachlan Deck <ldeck@tpg.com.au>)
List pgsql-jdbc
> Hi there,
>
> I'm running Postgresql 7.2.1 on Mac OS X 10.1.5 and can't connect via
> jdbc. Any help would be great. Thanks....
>
> I can connect without problems to the database via psql as in
>  >psql dbname
>
> I have the following in pg_hpa.conf
> local
> all                                                              trust
> host       all         192.168.1.0   255.255.255.0      trust

 Did you try:

> host       all         192.168.1.2   255.255.255.255      trust
(provided you are connecting from 192.168.1.2)
though a temporary work-around, but it could give some more info
where exactly the problem could be.
----
Varun



pgsql-jdbc by date:

Previous
From: Lachlan Deck
Date:
Subject: Help with JDBC connection...
Next
From: Barry Lind
Date:
Subject: Re: setUseServerPrepare & typecasts