-----Original Message-----
From: Tony Di Croce [mailto:[EMAIL PROTECTED] 
Sent: 22 January 2005 23:21
To: php-general@lists.php.net
Subject: [PHP] Is this even possible?

Is it even possible to connect to a postgres server (thats running on
linux) from a windows CLI php script?

I'm seeing a pg_connect() error... FATAL: no pg_hba.conf  entry for
host 192.168.1.100

Any ideas?

You will need to install the client libraries, as you would for any database
- you will need to go to the Postgres web-site for details of how to do
that.

HTH,

Mikey

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to