Re: help Request - Mailing list pgsql-general

From Ken Guest
Subject Re: help Request
Date
Msg-id 3E96CED1.8020307@tuatha.org
Whole thread Raw
In response to help Request  ("Thomas Mammen" <kthomas@convergsoft.com>)
List 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
________________________________________________________________________


pgsql-general by date:

Previous
From: Nandha Kumar
Date:
Subject: Multilingual Support
Next
From: bkline@rksystems.com
Date:
Subject: Upgrade to RedHat 9.0 broke PostgreSQL