Re: Help me

From: Martin Marques <martin(at)bugs(dot)unl(dot)edu(dot)ar>
To: "Tran Anh Tu" <trantu(at)vnu(dot)edu(dot)vn>
Cc: <pgsql-php(at)postgresql(dot)org>
Subject: Re: Help me
Date: 2003-09-13 13:50:22
Message-ID: 200309131050.22440.martin@bugs.unl.edu.ar
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin 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(at)unl(dot)edu(dot)ar
Programador, Administrador, DBA | Centro de Telematica
Universidad Nacional
del Litoral
-----------------------------------------------------------------

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2003-09-13 15:58:03 Re: pg 7.3.4 and linux box crash
Previous Message pginfo 2003-09-13 13:38:56 sorry!

Browse pgsql-php by date

  From Date Subject
Next Message Tran Anh Tu 2003-09-14 01:23:28 Re: Help me
Previous Message Tran Anh Tu 2003-09-13 01:58:18 Re: Help me