Re: can't connect with md5 encrypted pw

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: can't connect with md5 encrypted pw
Дата
Msg-id 3305.1202750099@sss.pgh.pa.us
обсуждение исходный текст
Ответ на can't connect with md5 encrypted pw  (Thomas Schuster <thom.schuster@gmx.de>)
Список pgsql-admin
Thomas Schuster <thom.schuster@gmx.de> writes:
> my problem:
> createdb test
> psql -U john -d test -W
> password:******
> psql: FATAL:  password authentication failed for user "john"

Given the facts you show, the most obvious explanation is that you
entered the wrong password.  You might want to do an ALTER USER PASSWORD
command (as the superuser) just to make sure you didn't fat-finger the
password setting initially.

If that isn't it, try looking into the postmaster log to see if it logs
any additional details about the failure.

            regards, tom lane

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

Предыдущее
От: Scott Cotton
Дата:
Сообщение: Re: can't revoke users
Следующее
От: "Tena Sakai"
Дата:
Сообщение: 8.3.0 upgrade, confused by documentation