| От | Tom Lane |
|---|---|
| Тема | Re: DBD::Pg installation difficulty during make test |
| Дата | |
| Msg-id | 16741.1048292351@sss.pgh.pa.us обсуждение |
| Ответ на | DBD::Pg installation difficulty during make test ("Donald Tucker" <dtucker@arlut.utexas.edu>) |
| Список | pgsql-novice |
"Donald Tucker" <dtucker@arlut.utexas.edu> writes:
> "DBI->connect(dbase=MYDBASE) failed: FATAL 1: IDENT authentication failed
> for user "MYUSER"."
> I have the configuration file set up NOT to use IDENT authentication:
> local all trust
> host all 127.0.0.1 255.255.255.255 trust
Sure looks like it thinks it should be using IDENT. Perhaps you used to
have IDENT lines in pg_hba.conf? If so, I'll bet you forgot to SIGHUP
the postmaster after changing the config file. (See "pg_ctl reload" for
a convenient way to do this.) The only other possibilities I can see
are that DBD is trying to talk to some other postmaster, or that you're
editing the wrong config file.
regards, tom lane
В списке pgsql-novice по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера