Re: phpPgAdmin login problem - Mailing list pgsql-novice

From Paul Smith
Subject Re: phpPgAdmin login problem
Date
Msg-id 6ade6f6c0602041729p42e37253n80dea55b09a8541b@mail.gmail.com
Whole thread Raw
In response to Re: phpPgAdmin login problem  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: phpPgAdmin login problem
List pgsql-novice
On 2/5/06, Tom Lane <tgl@sss.pgh.pa.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

pgsql-novice by date:

Previous
From: Tom Lane
Date:
Subject: Re: phpPgAdmin login problem
Next
From: Devrim GUNDUZ
Date:
Subject: Re: phpPgAdmin login problem