password

Started by Michael Uvhagenover 20 years ago3 messagesgeneral
Jump to latest
#1Michael Uvhagen
pharity@gmail.com

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

#2Wes Williams
wes_williams@fcbonline.net
In reply to: Michael Uvhagen (#1)
Re: password

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

#3Magnus Hagander
magnus@hagander.net
In reply to: Wes Williams (#2)
Re: 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!

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