Re: psql + php on Mac OS X - Mailing list pgsql-novice

From Tom Lane
Subject Re: psql + php on Mac OS X
Date
Msg-id 17238.1078786765@sss.pgh.pa.us
Whole thread Raw
In response to psql + php on Mac OS X  (Martin Hampl <Martin.Hampl@gmx.de>)
Responses Re: psql + php on Mac OS X
Re: psql + php on Mac OS X
List pgsql-novice
Martin Hampl <Martin.Hampl@gmx.de> writes:
> Both, PostgreSQL and PHP run just fine. However, if I try to access a
> database I just get the message "Warning: pg_connect(): Unable to
> connect to PostgreSQL server: could not connect to server: Connection
> refused  Is the server running on host "localhost" and accepting
> TCP/IP connections on port 5432?"

> PostgreSQL is running and I think it is using port 5432 (however, I am
> not completely sure how to check this---"show port;"?)

My bet is that you have Postgres set to accept only Unix-socket
connections.  PHP is evidently trying to connect via a TCP socket.
I think it's possible to alter the PHP connection info to use a
Unix socket, but you might prefer to turn on tcpip_socket in Postgres.

            regards, tom lane

pgsql-novice by date:

Previous
From: Martin Hampl
Date:
Subject: psql + php on Mac OS X
Next
From: Martin Hampl
Date:
Subject: Re: psql + php on Mac OS X