Re: JDBC prob. Continued

Поиск
Список
Период
Сортировка
От tony
Тема Re: JDBC prob. Continued
Дата
Msg-id 009301c04fec$15835aa0$32fea8c0@tonydesktop
обсуждение исходный текст
Ответ на Re: JDBC prob. Continued  (Michael Stephenson <mstephenson@tirin.openworld.co.uk>)
Список pgsql-interfaces
The host could be just localhost
if this is running only on localhost, right?
Or do I have to specify an IP?

Thanks,


Tony


----- Original Message -----
From: "Michael Stephenson" <mstephenson@tirin.openworld.co.uk>
To: "tony" <tony@uickarate.com>
Cc: "pgsql-interfaces" <pgsql-interfaces@postgresql.org>
Sent: Thursday, November 16, 2000 12:37 PM
Subject: Re: [INTERFACES] JDBC prob. Continued


> On Thu, 16 Nov 2000, tony wrote:
>
> > I'm using 7.0.
> > Greg told me that SQLException is thrown by
> > getConnection();
> > so I've changed by getConnection to
> > DriverManager.getConnection("jdbc:postgresql:database_name", "postgres",
> > "password");
> > and the error changed to something like this:
> > SQLException: Connection refused.  Check that th ehostname and port is
> > correct, and
> > tha thte postmaster is runing with the -i flag, which enables TCP/IP
> > networking.
> >
> > Any ideas??
>
> >From reading the error message I'd suggest, either you have the hostname
> and port incorrect, correct use is:
>
> DriverManager.getConnection(
> "jdbc:postgresql://[host]:[port]/[db_name]",
> "[username]", "[password]");
>
> Or you're not running postmaster with the -i flag, I use:
>
> postmaster -i -p [port] -D [data directory]
>
> If it's neither of those, then I'm sorry for being patronising.
>
> Hope this helps,
>
> Michael Stephenson
>
>



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Michael Stephenson
Дата:
Сообщение: Re: JDBC prob. Continued
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [BUGS] no meaningful way to determine fe or be version?