Re: Help me - Mailing list pgsql-php

From Martin Marques
Subject Re: Help me
Date
Msg-id 200309131050.22440.martin@bugs.unl.edu.ar
Whole thread Raw
In response to Re: Help me  ("Tran Anh Tu" <trantu@vnu.edu.vn>)
Responses Re: Help me  ("Tran Anh Tu" <trantu@vnu.edu.vn>)
List pgsql-php
El Vie 12 Sep 2003 22:58, escribió:
> 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.

Error messages?
PostgreSQL logs?
Apache, or PHP logs?
Did you check your pg_hba.conf file to see if you have access to that database
from the IP you have the Apache running?

--
 10:48:01 up 22 days,  2:38,  3 users,  load average: 0.15, 0.26, 0.27
-----------------------------------------------------------------
Martín Marqués                  |        mmarques@unl.edu.ar
Programador, Administrador, DBA |       Centro de Telematica
                       Universidad Nacional
                            del Litoral
-----------------------------------------------------------------


pgsql-php by date:

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