Re: phpPgAdmin login problem

From: Devrim GUNDUZ <devrim(at)commandprompt(dot)com>
To: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: phpPgAdmin login problem
Date: 2006-02-05 00:58:10
Message-ID: 1139101090.4139.34.camel@evim.gunduz.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hi,

On Sun, 2006-02-05 at 00:28 +0000, Paul Smith wrote:
> > AFAIR phpPgAdmin uses TCP/IP socket, so you should allow TCP connections
> > from localhost -> host all all 127.0.0.1/32 md5
>
> Thanks, Devrim. I have done that, but still login failed.

- phpPgAdmin does not allow connections from postgres user; are you
trying to connect via that user?

- Check that you have that username in pg_shadow.

- What's in the PostgreSQL logs?

Regards,
--
The PostgreSQL Company - Command Prompt, Inc. 1.503.667.4564
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
Managed Services, Shared and Dedicated Hosting
Co-Authors: plPHP, plPerlNG - http://www.commandprompt.com/

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2006-02-05 01:08:35 Re: phpPgAdmin login problem
Previous Message Paul Smith 2006-02-05 00:28:28 Re: phpPgAdmin login problem