Re: Password - Mailing list pgsql-bugs

From Pavel Stehule
Subject Re: Password
Date
Msg-id 162867790908261337y6c065785h2d57c89404d8be2f@mail.gmail.com
Whole thread Raw
In response to Password  (Anze Cevka <anzecevka@hotmail.com>)
List 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 by date:

Previous
From: Anze Cevka
Date:
Subject: Password
Next
From: Greg Stark
Date:
Subject: Re: BUG #5012: mailing list VERP addresses not sender-verifiable