Re: unable to connect to postgres db via psycopy

Поиск
Список
Период
Сортировка
От Christophe Pettus
Тема Re: unable to connect to postgres db via psycopy
Дата
Msg-id 38A28D57-5F69-4C51-A99A-F190FC257101@thebuild.com
обсуждение исходный текст
Ответ на unable to connect to postgres db via psycopy  (Dan Sawyer <dansawyer@earthlink.net>)
Ответы Re: unable to connect to postgres db via psycopy  (Dan Sawyer <dansawyer@earthlink.net>)
Список psycopg
On Mar 12, 2016, at 5:23 PM, Dan Sawyer <dansawyer@earthlink.net> wrote:

> psycopg2.OperationalError: FATAL:  Ident authentication failed for user "dan"

The place to look is in your pg_hba.conf, and makes sure that user "dan" has MD5 password access turned on to the
appropriatedatabase(s) for localhost. 

--
-- Christophe Pettus
   xof@thebuild.com



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

Предыдущее
От: Dan Sawyer
Дата:
Сообщение: unable to connect to postgres db via psycopy
Следующее
От: Dan Sawyer
Дата:
Сообщение: Re: unable to connect to postgres db via psycopy