Re: phpPgAdmin login problem

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 01:29:19
Message-ID: 6ade6f6c0602041729p42e37253n80dea55b09a8541b@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 2/5/06, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> 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.
>
> Did you do "pg_ctl reload" after changing the pg_hba.conf file?

I did everything from the beginning:

1. createuser;
2. on a directory created on my home directory, I did "initdb.";
3. but something strange occurs:

$ postmaster -D .
LOG: could not bind IPv4 socket: Address already in use
HINT: Is another postmaster already running on port 5432? If not,
wait a few seconds and retry.
WARNING: could not create listen socket for "localhost"
FATAL: could not create any TCP/IP sockets
$

Paul

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Devrim GUNDUZ 2006-02-05 01:41:54 Re: phpPgAdmin login problem
Previous Message Tom Lane 2006-02-05 01:08:35 Re: phpPgAdmin login problem