Re: [JDBC] Questions on use - Mailing list pgsql-jdbc

From John R Pierce
Subject Re: [JDBC] Questions on use
Date
Msg-id 51538255-cd71-41f3-3b98-c16d252c2f3f@hogranch.com
Whole thread Raw
In response to Re: [JDBC] Questions on use  (Rich Shepard <rshepard@appl-ecosys.com>)
Responses Re: [JDBC] Questions on use  (Rich Shepard <rshepard@appl-ecosys.com>)
Re: Questions on use  (Rich Shepard <rshepard@appl-ecosys.com>)
List pgsql-jdbc
On 12/28/2016 8:44 AM, Rich Shepard wrote:
>
>   I modified /var/lib/pgsql/9.6/data/pg_hba.conf by adding a line with
> hostnossl and 'trust' as the method. Reloaded postgres. While schemaSpy
> still does not run the reason seems to be with it, not the driver.

verify that you can connect with

     psql -h localhost -....etc....

if you can, then likely jdbc, specifying localhost and the same database
and username should be able to connect.


--
john r pierce, recycling bits in santa cruz



pgsql-jdbc by date:

Previous
From: Rich Shepard
Date:
Subject: Re: [JDBC] Questions on use
Next
From: Rich Shepard
Date:
Subject: Re: [JDBC] Questions on use