Обсуждение: Hi!, FATAL 1

Поиск
Список
Период
Сортировка

Hi!, FATAL 1

От
Edward
Дата:
I have a problem, when i try to execute jdbc connection, the exception say:

- " A connection error has occurred: FATAL 1:  No pg_hba.conf entry for
host 127.0.0.1, user postgres , database test "
... So, Can you help me, because i don't know,  what's it that ?
..Thanks!


Re: Hi!, FATAL 1

От
Holger Klawitter
Дата:
Hi Edward,

> - " A connection error has occurred: FATAL 1:  No pg_hba.conf entry for
> host 127.0.0.1, user postgres , database test "
> ... So, Can you help me, because i don't know,  what's it that ?

Postgres received your connection request - which is already good news :-).
However it didn't let you [as user postgres] connect to the database [named
test]. The rules on "who may connect how to which database" are specified in
pg_hba.conf.

Details on pg_hba.conf can be found in the
  Postgres Administrators Guide, Chapter 6: Client Authentication.

Mit freundlichem Gruß / With kind regards
    Holger Klawitter
--
lists@klawitter.de


UNSUBSCRIBE

От
Don Park
Дата:
UNSUBSCRIBE pgsql-jdbc


My apologies if this makes it to the real mailing list. The subscription
page at:
http://webmail.postgresql.org/cgi-bin/mj_wwwusr?domain=postgresql.org&func=lists-long-full&extra=pgsql-jdbc

does not have an unsubscribe feature so im hoping the mailing list
software is smart enough to pickup this request.


Re: UNSUBSCRIBE

От
"Nick Fankhauser"
Дата:
Not sure if your command will work, but if not, on the page you noted, look
for the "unsubscribe or change settings" link at top & bottom just right of
center & then log in to control your subscription via the web interface.

-NF

> -----Original Message-----
> From: pgsql-jdbc-owner@postgresql.org
> [mailto:pgsql-jdbc-owner@postgresql.org]On Behalf Of Don Park
> Sent: Saturday, April 26, 2003 2:55 PM
> To: pgsql-jdbc@postgresql.org
> Subject: [JDBC] UNSUBSCRIBE
>
>
> UNSUBSCRIBE pgsql-jdbc
>
>
> My apologies if this makes it to the real mailing list. The subscription
> page at:
> http://webmail.postgresql.org/cgi-bin/mj_wwwusr?domain=postgresql.
org&func=lists-long-full&extra=pgsql-jdbc

does not have an unsubscribe feature so im hoping the mailing list
software is smart enough to pickup this request.


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)