Re: Postgresql localhost connection url?
Re: Postgresql localhost connection url?
- Subject: Re: Postgresql localhost connection url?
- From: Paul Hoadley <email@hidden>
- Date: Mon, 03 Mar 2014 16:11:34 +1030
Hi Kevin,
On 03/03/2014, at 3:15 PM, Kevin Spake <email@hidden> wrote:
> From what I've read, 9.3 should accept tcp/ip connections via localhost by default, without any configuration change. I've got the jdbc driver in the libraries folder and it was added to the build path. Maybe my url is wrong? This is the url I am using: jdbc:postgresql://localhost/5433/wonderbook
5432 would be a more common port for PostgreSQL to be running on—you sure it's running on 5433? In any case, assuming 5433 is correct, I think you want a colon separating host and port there, not a slash:
jdbc:postgresql://localhost:5433/wonderbook
--
Paul Hoadley
http://logicsquad.net/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden