Обсуждение: password

Поиск
Список
Период
Сортировка

password

От
Michael Uvhagen
Дата:
Hi.
I was installing postgresql 8.0 and let it generate a password for me, then i changed my mind and went back to change the password, but then i was stuck. How do i find the password it generated for me? How do i change it? How can i start over and install postgresql somehow? Thanks!
/Mike

Re: password

От
"Wes Williams"
Дата:
What platform?  Solaris, FreeBSD, Linux, Windows....
 
-----Original Message-----
From: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org]On Behalf Of Michael Uvhagen
Sent: Friday, October 21, 2005 6:10 AM
To: pgsql-general@postgresql.org
Subject: [GENERAL] password

Hi.
I was installing postgresql 8.0 and let it generate a password for me, then i changed my mind and went back to change the password, but then i was stuck. How do i find the password it generated for me? How do i change it? How can i start over and install postgresql somehow? Thanks!
/Mike

Re: password

От
"Magnus Hagander"
Дата:
> Hi.
> I was installing postgresql 8.0 and let it generate a
> password for me, then i changed my mind and went back to
> change the password, but then i was stuck. How do i find the
> password it generated for me? How do i change it? How can i
> start over and install postgresql somehow? Thanks!

If you didn't write it down, you can't get back at it :-)

For 8.1, we won't use the password until you've actually clicked the
"finish" button to go through the install, so it'll work better there.

For 8.0, what you do is you manually remove the postgres account it
created, and start over. YOu can do this using "net user postgres
/delete" or from the windows GUI.

//Magnus