| From: | Dave Cramer <pg(at)fastcrypt(dot)com> |
|---|---|
| To: | rob stone <floriparob(at)gmail(dot)com> |
| Cc: | Radoslav Petrov <rado(at)edno(dot)moe>, List <pgsql-jdbc(at)postgresql(dot)org> |
| Subject: | Re: Unable to connect to 9.5 via JDBC driver 1207 |
| Date: | 2016-02-03 18:34:20 |
| Message-ID: | CADK3HHK1xcNk-QPjn-Oq6CkGeiOh6L8pv2YXEu3s097th7s-Dg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-jdbc |
Thanks,
Most people tend not to tell us that it was their mistake.
Dave Cramer
davec(at)postgresintl(dot)com
www.postgresintl.com
On 3 February 2016 at 13:32, rob stone <floriparob(at)gmail(dot)com> wrote:
> On Tue, 2016-02-02 at 19:20 +0200, Radoslav Petrov wrote:
> > Hi Rob,
> > try to uncomment the following in pg_hba.conf:
> > # IPv4 local connections:
> > #
> > host all all 127.0.0.1/32 trust
> > To become:
> > # IPv4 local connections:
> > host all all 127.0.0.1/32 trust
> > You can check the documentation here: http://www.postgresql.org/docs/
> > devel/static/auth-pg-hba-conf.html
> >
>
>
> Mea culpa!
>
> I haven't a clue as to why I commented out that line. Losing my
> marbles, perhaps.
>
> I put that line back into the pg_hba.conf file and everything is now
> working as intended.
>
> My apologies for raising a non-issue.
>
> Cheers,
> Rob
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc
>
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Thomas Kellerer | 2016-02-04 08:11:52 | Re: Unable to connect to 9.5 via JDBC driver 1207 |
| Previous Message | rob stone | 2016-02-03 18:32:10 | Re: Unable to connect to 9.5 via JDBC driver 1207 |