Re: Cannot connect to remote postgres using php

From: Sven Marcel Buchholz <sven(at)is-buchholz(dot)com>
To: pgsql-php(at)postgresql(dot)org
Subject: Re: Cannot connect to remote postgres using php
Date: 2012-04-30 18:19:09
Message-ID: 4F9ED79D.2060709@is-buchholz.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

On 30.04.12 20:10, Archana K N wrote:
>
>
> I host pgsql servers on both machines.
>
> the pph code is like this
>
>
>
> '
>
> $conn=pg_connect("host=10.162.19.3 port=5432 dbname=postgres
> user=postgres password=postgresql");
>
> '
>
>
>
> --
> -------------------
> regards
> archana
> --------------------
Hallo,

your firewall accepts requests for the IP 10.162.19.3 on port 5432?

Kind regards

Sven

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Archana K N 2012-05-02 05:15:03
Previous Message Archana K N 2012-04-30 18:10:33 Re: Cannot connect to remote postgres using php