Hi all!
I had started postgresql perfecly, thank you very much.
After I start postgresql with command:
/etc/init.d/postgresql start
and I created a database: "waterdb" and a user: "trantu" with
password "xxxx".Then I installed phpPgAdmin 3.0.1 with following lines in
config.inc.php:
$conf['servers'][0]['desc'] = 'gis-iti';
$conf['servers'][0]['host'] = '10.6.1.61'; // or ''
$conf['servers'][0]['port'] = 5432;
$conf['servers'][0]['defaultdb'] = 'waterdb';
When I run phpPgAdmin and login with the user "postgres" or "trantu", all
are failed. I had try to start postgres with command:
postmaster -i
and run phpPgAdmin but there is no change.
Please hepl me!
*******************************************************
Tran Anh Tu
Vien CNTT - DHQG Ha Noi
Phone: 047680417-25 Email trantu@vnu.edu.vn
*******************************************************
-----Original Message-----
From: "scott.marlowe" <scott.marlowe@ihs.com>
To: Tran Anh Tu <trantu@vnu.edu.vn>
Date: Fri, 12 Sep 2003 09:09:19 -0600 (MDT)
Subject: Re: [PHP] Help me
> P.s. you should be able to get it so start as root with:
>
> service pgsql start
>