Re: Help me

From: "Tran Anh Tu" <trantu(at)vnu(dot)edu(dot)vn>
To: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>, <pgsql-php(at)postgresql(dot)org>
Subject: Re: Help me
Date: 2003-09-13 01:58:18
Message-ID: WorldClient-F200309130858.AA58181702@vnu.edu.vn
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-php

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(at)vnu(dot)edu(dot)vn
*******************************************************

-----Original Message-----
From: "scott.marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Tran Anh Tu <trantu(at)vnu(dot)edu(dot)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
>

Responses

  • Re: Help me at 2003-09-13 13:50:22 from Martin Marques

Browse pgsql-admin by date

  From Date Subject
Next Message Jason Alan Smith 2003-09-13 02:43:28
Previous Message Shankar K 2003-09-13 01:46:43 table-column relation

Browse pgsql-php by date

  From Date Subject
Next Message Martin Marques 2003-09-13 13:50:22 Re: Help me
Previous Message Tran Anh Tu 2003-09-12 09:49:38 Re: Help me