Re: Problème password

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: Problème password
Дата
Msg-id gt9i0d$ud3$2@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на Problème password  (Bertrand Yohan Breyton Sanial <bbys43@hotmail.fr>)
Список pgsql-bugs
On 2009-04-28, Bertrand Yohan Breyton Sanial <bbys43@hotmail.fr> wrote:
> --_81b99346-804a-46a1-86b8-0b19e1d6c356_
> Content-Type: text/plain; charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
>
> Bonjour=2C lorsque je souhaite lancer le logiciel poker tracker une fen=EAt=
> re s'affiche et me demande un "password" chose que je n'ai pas..
>
>=20
>
> Pouvez vous m'aider s'il vous plait?
>
>=20
>
> Serveur : localhost
>
> Port : 5432
>
> Database User : postgres
>
> Password : ????

password could be anything, it was chosen at install time (or caould
have been changed later).

in the file pg_hba.conf  change the word "md5" or "password" to "trust"
and then you won't need a password.

you can now reset the password

ALTER USER postgres WITH PASSWORD 'new_password_goes_here';

or instead you could create a new superuser account... etc...

then turn the security back on by undoing then chages to pg_hba.conf


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_restore -t table : can silently omit constraints
Следующее
От: "Roger Krimstock"
Дата:
Сообщение: BUG #4785: Installation fails