phpPgAdmin login problem

From: Paul Smith <phhs80(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: phpPgAdmin login problem
Date: 2006-02-05 00:12:06
Message-ID: 6ade6f6c0602041612g368f4059g43893445656e2ab2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Dear All

My pg_hba.conf is:

# "local" is for Unix domain socket connections only
local all all md5
# IPv4 local connections:
host all all 127.0.0.1/32 reject
# IPv6 local connections:
host all all ::1/128 reject
$

but I always get "login failed" on phpPgAdmin, although I insert the
correct username/password. Any ideas?

Thanks in advance,

Paul

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Devrim GUNDUZ 2006-02-05 00:18:37 Re: phpPgAdmin login problem
Previous Message Stephan Szabo 2006-02-04 22:32:29 Re: function return type is a setof some column type