Re: php can't connect to postgresql server - Mailing list pgsql-general

From Robert Treat
Subject Re: php can't connect to postgresql server
Date
Msg-id 200607031001.57342.xzilla@users.sourceforge.net
Whole thread Raw
In response to php can't connect to postgresql server  ("Clodoaldo Pinto" <clodoaldo.pinto@gmail.com>)
Responses Re: php can't connect to postgresql server
List pgsql-general
On Monday 03 July 2006 09:25, Clodoaldo Pinto wrote:
> php can't connect to postgresql server
>
> php error log message:
>
> PHP Warning:  pg_connect() [<a
> href='function.pg-connect'>function.pg-connect</a>]: Unable to connect
> to PostgreSQL server: could not connect to server: Permission
> denied\n\tIs the server running on host "127.0.0.1" and
> accepting\n\tTCP/IP connections on port 5432?
>
> php connection string:
>
> $conn_string = "hostaddr=127.0.0.1 port=5432 dbname=dbname
> user=username password=password";
>
> Also tried host=localhost
>

It needs to be host, not hostaddr.


> pg_hba:
>
> host dbname       username  127.0.0.1/32 md5
>
> I can connect as that user with psql:
>
> $ psql -h localhost -U username dbname
> Password for user username:
> Welcome to psql 8.1.4, the PostgreSQL interactive terminal.
>
> This same setup works in another server running 8.0. Differences:
>
> old server | new server
> FC3 | FC5
> php 4.3.11 | php 5.1.4
> httpd 2.0 | httpd 2.2
>
> What else should I check? I am out of ideas.
>

Make sure that your postgresql.conf  "listen_addresses" is properly set, also
make sure you dont have a firewall setting that is blocking connections, the
default firewall settings on FC boxes are notorious for blocking pg.

--
Robert Treat
Build A Brighter LAMP :: Beginning PHP and PostgreSQL 8 (ISBN 1590595475)

pgsql-general by date:

Previous
From: "Clodoaldo Pinto"
Date:
Subject: Re: php can't connect to postgresql server
Next
From: Steven Ridgway
Date:
Subject: How serious are these problems?