pb with installing phpPgAdmin

From: jestin nelly <nelly(dot)jestin(at)endocube(dot)fr>
To: pgsql-novice(at)postgresql(dot)org
Subject: pb with installing phpPgAdmin
Date: 2003-05-23 12:33:51
Message-ID: 200305231433.51852.nelly.jestin@endocube.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi !

I'm new with postgresql.
I try to access posgresql(7.2) database via phpPgAdmin (2.4.2) and I have
this message in the login interface
"Wrong username/password. Access denied"
although I can connect in command line and create databases.
I 'm connecting to postgresql with the otpion -i to allow tcp/ip . And I don't
see where it could come from.

I ve tried different things in files pg_hba.conf (I put these 2 lines:
local all trust and host all 127.0.0.1 trust)

and in config.inc.php I put these parameters:
$cfgServers[1]['local'] = false;
$cfgServers[1]['host'] = 'localhost';
$cfgServers[1]['port'] = '5432';
$cfgServers[1]['adv_auth'] = true; ( I tried too with false but the result
wasnt better)

If you have a solution for me it would be very kind to help me

Elea

Browse pgsql-novice by date

  From Date Subject
Next Message Patrick Hatcher 2003-05-23 16:00:16 Re: Fw: Unable to open PostgreSQL large object
Previous Message A.Bhuvaneswaran 2003-05-23 12:25:31 Re: