| From: | Paul Smith <phhs80(at)gmail(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:28:28 |
| Message-ID: | 6ade6f6c0602041628u3b16e39bo84ae3f84b86550c0@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-novice |
On 2/5/06, Devrim GUNDUZ <devrim(at)commandprompt(dot)com> wrote:
> > 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?
>
> 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.
Paul
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Devrim GUNDUZ | 2006-02-05 00:58:10 | Re: phpPgAdmin login problem |
| Previous Message | Devrim GUNDUZ | 2006-02-05 00:18:37 | Re: phpPgAdmin login problem |