Re: Cannot connect to remote postgres using php - Mailing list pgsql-php

From Raymond O'Donnell
Subject Re: Cannot connect to remote postgres using php
Date
Msg-id 4F9E5536.7000805@iol.ie
Whole thread Raw
In response to Cannot connect to remote postgres using php  (Archana K N <archanakknn@gmail.com>)
Responses Re: Cannot connect to remote postgres using php
List pgsql-php
On 30/04/2012 09:30, Archana K N wrote:
>
> Hello,
>
>        I am getting this error whenever I try to connect to remote computer.
> "Warning: pg_connect(): Unable to connect to PostgreSQL server: could
> not connect to server: Connection timed out (0x0000274C/10060) Is the
> server running on host "10.162.19.3" and accepting TCP/IP connections on
> port 5432?  "

Things to check:

- Is Postgres actually running on the server machine?

- Is it accepting TCP/IP connections on port 5432? - Check
listen_addresses in postgresql.conf

- Is there a firewall somewhere between client and server?

- Can you connect manually to the server using psql?

Ray.


--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie

pgsql-php by date:

Previous
From: Sven Marcel Buchholz
Date:
Subject: Re: Cannot connect to remote postgres using php
Next
From: Archana K N
Date:
Subject: Re: Cannot connect to remote postgres using php