JDBC "User authentication failed"

Поиск
Список
Период
Сортировка
От Chris Sinclair
Тема JDBC "User authentication failed"
Дата
Msg-id 3.0.2.32.19990124131252.0095edd0@arlut.utexas.edu
обсуждение исходный текст
Список pgsql-interfaces
Every time I try to connect to a postgresql database via JDBC I get a
"java.sql.Exception: User authentication failed"

I have configured pg_hba.conf as follows:

host    all    127.0.0.1    255.255.255.255     trust

I have also tried:

host    all    127.0.0.1    255.255.255.255    password     passwd

after creating a new user and specifying their password in $PGDATA/passwd

The postmaster is running with the -i option, and I know that it is
listening to the port because I can see the "User Authentication Failed"
message pop up in nohup.out (where the output from postmaster/nohup is piped).

Anybody have an idea of what I am doing wrong?  Any help would be appreciated.

thx.
-=Chris

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

Предыдущее
От: Peter T Mount
Дата:
Сообщение: Re: [INTERFACES] JDBC throws with error code 0
Следующее
От: "Adam Williams"
Дата:
Сообщение: PGAccess Question