Re: jdbc pg_hba.conf error

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: jdbc pg_hba.conf error
Дата
Msg-id 20070530163520.GB18387@svana.org
обсуждение исходный текст
Ответ на Re: jdbc pg_hba.conf error  ("Bhavana.Rakesh" <Bhavana.Rakesh@noaa.gov>)
Ответы Re: jdbc pg_hba.conf error  (Oliver Elphick <olly@lfix.co.uk>)
Список pgsql-general
On Wed, May 30, 2007 at 12:30:38PM -0400, Bhavana.Rakesh wrote:
> Oliver,
>
> When I do a :
>                    psql -p 5000 testing123
> I can make a connection.  However, when I do a
>
>     psql -U brakesh -h 127.0.0.1 -d testing123
>
> I get the followign error:
>
> psql: FATAL:  no pg_hba.conf entry for host "127.0.0.1", user "brakesh",
> database "testing123", SSL off

Ofcourse, the first connection is a local connection, which you
obviously have configured. The latter connects to localhost, which you
havn't configured.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

Вложения

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

Предыдущее
От: "Bhavana.Rakesh"
Дата:
Сообщение: Re: jdbc pg_hba.conf error
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: jdbc pg_hba.conf error