Re: MySQL versus Postgres

From: "Joshua J(dot) Kugler" <joshua(at)eeinternet(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: MySQL versus Postgres
Date: 2010-08-09 17:31:38
Message-ID: 201008090931.38967.joshua@eeinternet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Monday 09 August 2010, Joshua D. Drake elucidated thus:
> On Mon, 2010-08-09 at 10:09 -0600, Scott Ribe wrote:
> > It's not a requirement, just a reasonable default.
>
> The actual requirement is:
>
> Thou shall not use a privelaged user, e.g; Administrator or UID = 0.
>
> Not only is that a reasonable default, MySQL is broken because of
> theirs.
>
> Joshua D. Drake

Hmm...I've always seen MySQL run under the user mysql. Of course,
mysqld_safe (the script that restarts mysql if it crashes) starts as
root, but the actually binary runs as mysql.

j

--
Joshua Kugler
Part-Time System Admin/Programmer
http://www.eeinternet.com
PGP Key: http://pgp.mit.edu/  ID 0x73B13B6A

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Christensen 2010-08-09 18:04:10 Problem with dumps
Previous Message Joshua J. Kugler 2010-08-09 16:48:06 Re: MySQL versus Postgres