Re: User Problem In PostgreSQL on Mac OS X - Mailing list pgsql-novice

From David C.Oshel
Subject Re: User Problem In PostgreSQL on Mac OS X
Date
Msg-id EF369700-4770-11D7-9274-000393051D56@inav.net
Whole thread Raw
In response to Re: User Problem In PostgreSQL on Mac OS X  (brew@theMode.com)
List pgsql-novice
If you're using vanilla OS X, you probably have not enabled the root
user -- which is Mac OS X default behavior for a reason.

Rather than launching a giant project to find out how to enable root,
just use Terminal and enter "sudo su".  You will get the usual sudoers
lecture (engrave it on your soul, even if you have only one user), and
you will find yourself staring at the root prompt.  God help you.

This trick is slightly less omnipotent than actually logging in as
root, but the difference between disaster and catastrophe is not worth
mentioning.

Be sure to enter "exit" after you have accomplished the precisely exact
one single thing you needed to masquerade as root for.

D


On Sunday, February 23, 2003, at 02:39  PM, brew@theMode.com wrote:

>
>> Now for the stupid part: I forgot the password for that user.  I
>> installed it using FINK and everything went well as I recall.  Do I
>> need to uninstall the software?  If so, is there an easy way to do
>> this?
>
> OS X is Unix (or Unix-like), right?  The classic way around this is
> sign
> on as root and then use passwd to change the password for user
> postgres.
>
> I've forgotten the postgres user password myself as have probably half
> the
> people on this list!
>
> brew
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>
>
--
David C. Oshel               mailto:dcoshel@inav.net
Cedar Rapids, Iowa       http://soli.inav.net/~dcoshel
``Raffiniert ist der Herrgot, aber boshaft ist er nicht." - A. Einstein


pgsql-novice by date:

Previous
From: brew@theMode.com
Date:
Subject: Re: User Problem In PostgreSQL on Mac OS X
Next
From: Robert Prather
Date:
Subject: Re: User Problem In PostgreSQL on Mac OS X