Re: help Request

From: Ken Guest <ken(at)tuatha(dot)org>
To: Thomas Mammen <kthomas(at)convergsoft(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: help Request
Date: 2003-04-11 14:18:57
Message-ID: 3E96CED1.8020307@tuatha.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Thomas Mammen wrote:

> scenario:
> 1. i have postgresql running on linux machine and apache on windows.
>
> 2. i am saving all my php files in windows system.
>
> now i am trying
> $con_string = "dbname=spamtrack port=5432 user=postgres
> password=postgres host=192.168.1.145";
> $connection = pg_connect($con_string);
>
> this is giving an error can you please guide me to get the solution
>

you may need to change the hba conf file to permit connections from your
windows box.

________________________________________________________________________
This email has been scanned for all viruses by the MessageLabs SkyScan
service. For more information on a proactive anti-virus service working
around the clock, around the globe, visit http://www.messagelabs.com
________________________________________________________________________

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-04-11 14:29:43 Re: count syntax
Previous Message Shridhar Daithankar 2003-04-11 14:11:44 Re: help Request