Re: Password

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: Password
Дата
Msg-id 162867790908261337y6c065785h2d57c89404d8be2f@mail.gmail.com
обсуждение исходный текст
Ответ на Password  (Anze Cevka <anzecevka@hotmail.com>)
Список pgsql-bugs
hello

2009/8/26 Anze Cevka <anzecevka@hotmail.com>:
> Hello!
>
> I am wondering where can I found out what is my postgre SQL password,
> because I forgot it.
>

you have to add line to pg_hba.conf file for postgresql user.

from local change authentication method to trust (attention - from
this moment, your database is unsecured!!!). Reload, then you can
login to database as postgres - password will be ignored.

execute SQL: ALTER USER postgres PASSWORD 'newpaswd';

change authentication back for local (ident or md5)!!!! reload

regards
Pavel Stehule






> Thanks for your help.
>
> Best regards
>
> Anze
>
> ________________________________
> Share your memories online with anyone you want anyone you want.

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

Предыдущее
От: Anze Cevka
Дата:
Сообщение: Password
Следующее
От: Greg Stark
Дата:
Сообщение: Re: BUG #5012: mailing list VERP addresses not sender-verifiable