Re: Help me - Mailing list pgsql-php

From scott.marlowe
Subject Re: Help me
Date
Msg-id Pine.LNX.4.33.0309111313180.19197-100000@css120.ihs.com
Whole thread Raw
In response to Help me  ("Tran Anh Tu" <trantu@vnu.edu.vn>)
List pgsql-php
On Thu, 11 Sep 2003, Tran Anh Tu wrote:

> Hi all!
> I have installed Mandrake 9.0. and postgresql is installed automatically.
> When I start postgresql by the command:
> postmaster -i
> have a error message:
>
> The server must be started under an unprivileged user id to prevent
> a possible system security compromise.  See the documentation for
> more information on how to properly start the server.
>
> With Mandrake 8.0, I do nothing to config postgresql. So what I can do to
> config it now? Please help me! thank you very much.

Is this an RPM install or a .tar.gz install?

If an RPM install, try, as root:

service pgsql start

Note that pgsql may not be the name, it could be something else.  look for
a file in /etc/rc.d/init.d with a name that seems like postgresql and
substitute it for pgsql above.

If it is a tar.gz install, you'll have to create an account (or use one
that already exists) to 'initdb', set PGDATA and 'pg_ctl start' or
'postmaster -i -D datadir'


pgsql-php by date:

Previous
From: Rafael Mueller
Date:
Subject: Re: Help me
Next
From: "Tran Anh Tu"
Date:
Subject: Re: Help me