Re: jdbc pg_hba.conf error

Поиск
Список
Период
Сортировка
От Bhavana.Rakesh
Тема Re: jdbc pg_hba.conf error
Дата
Msg-id 465DA6AE.7030904@noaa.gov
обсуждение исходный текст
Ответ на jdbc pg_hba.conf error  ("Bhavana.Rakesh" <Bhavana.Rakesh@noaa.gov>)
Ответы Re: jdbc pg_hba.conf error  (Martijn van Oosterhout <kleptog@svana.org>)
Re: jdbc pg_hba.conf error  (Oliver Elphick <olly@lfix.co.uk>)
Список pgsql-general
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


Oliver Elphick wrote:
On Wed, 2007-05-30 at 12:11 -0400, Bhavana.Rakesh wrote: 
I used the example in the following URL

http://www.postgresql.org/docs/7.3/static/client-authentication.html   
That does have local rather than host, of course.

Are you using PostgreSQL 7,3 as well?
 
Thanks for the catch on "host" instead of "local".  I made that
change, and reloaded pgsql..   But I still get the same error.  I can
connect to the database using psql client, but my java connection
seems to be failing.   
Were you using the exact same parameters for psql?
 psql -U brakesh -h 127.0.0.1 -d testing123
 

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

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