Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search archives
  Advanced Search

Re: pg_connect fails, pgsql works


  • From: Frank Bax <fbax(at)sympatico(dot)ca>
  • To: pgsql-php(at)postgresql(dot)org
  • Subject: Re: pg_connect fails, pgsql works
  • Date: Tue, 11 Mar 2008 09:32:39 -0400
  • Message-id: <47D689F7.4010209@sympatico.ca> <text/plain>

John Cartwright wrote:
I'm using php 5.1.6 on a RHEL 5 system connecting to a postgresql server version 8.2.3. I think that TCP connections are enabled correctly in the server's pg_hba.conf and I can successfully connect from the client using pgsql. However, trying to use pg_connect() w/ a call like:

$con = pg_connect("host='postgres1.ngdc.noaa.gov' port=5432 sslmode='allow' user='test' password='mypassword' dbname='test'")

fails saying:

Unable to connect to PostgreSQL server: could not connect to server: Permission denied\n\tIs the server running on host &quot;postgres1.ngdc.noaa.gov&quot; and accepting\n\tTCP/IP connections on port 5432?

I'm perplexed since I can connect w/ pgsql from the same workstation using the same database, user, password.


Are you using all the same options when starting psql? What psql command are you issuing? Are you running psql on the same system that runs apache/php?



Home | Main Index | Thread Index

Privacy Policy | About PostgreSQL
Copyright © 1996 – 2012 PostgreSQL Global Development Group