Re: Cannot connect to Database

Поиск
Список
Период
Сортировка
От bernd@kalwar.net
Тема Re: Cannot connect to Database
Дата
Msg-id E1CyZg0-0002aZ-00@www.strato-webmail.de
обсуждение исходный текст
Ответ на Cannot connect to Database  (bernd@kalwar.net)
Ответы Re: Cannot connect to Database  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-general
> Do you have TCP/IP activated in postgresql.conf ?  Are you trying to
> connect via localhost (127.0.0.1) or some other route?

I start the Server with the -i option, so TCP/IP is activated, isn't it?
I want to connect by localhost to my database.

thx,

Bernd

 --- Ursprüngliche Nachricht ---
Datum: 08.02.2005 18:52
Von: Lonni J Friedman <netllama@gmail.com>
An: "bernd@kalwar.net" <bernd@kalwar.net>
Betreff: Re: [GENERAL] Cannot connect to Database

> On Tue, 08 Feb 2005 18:46:00 +0100, bernd@kalwar.net <bernd@kalwar.net>
wrote:
> > Hi,
> >
> > everytime I try to connect to my Database with a Java-Applikation, I
> > recieve only the following Exception:
> >
> > org.postgresql.util.PSQLException: A connection error has occurred:
> > org.postgresql.util.PSQLException: FATAL: kein pg_hba.conf-Eintrag
für
> > Host »127.0.0.1«, Benutzer »postgres«, Datenbank »test«, SSL aus
> >
> > I get the same error-message with other applications, e.g. pgaccess,
too.
> >
> > My pg_hba.conf looks like:
> >
> > # TYPE  DATABASE    USER        IP-ADDRESS        IP-MASK
> > METHOD
> >
> > host    all         all         127.0.0.1         255.255.255.255
trust
> >
> > The database and the applications are on the same host.
> >
> > What could be the problem.
>
> Do you have TCP/IP activated in postgresql.conf ?  Are you trying to
> connect via localhost (127.0.0.1) or some other route?
>
> --
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> L. Friedman                                    netllama@gmail.com
> LlamaLand                       http://netllama.linux-sxs.org
>


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

Предыдущее
От: Jonel Rienton
Дата:
Сообщение: Re:
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Cannot connect to Database