Help in connecting to a database with PHP - Mailing list pgsql-php

From Michael J. McGillick
Subject Help in connecting to a database with PHP
Date
Msg-id !~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAATMX1T/YgGEKM6LUYbjsZU8KAAAAQAAAAE7U800jk30SH8CZ2ndzvnQEAAAAA@attbi.com
Whole thread Raw
Responses Re: Help in connecting to a database with PHP  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
Re: Help in connecting to a database with PHP  (Eckhard Hoeffner <e-hoeffner@fifoost.org>)
List pgsql-php

Hi:

 

I’m trying to learn how to set up a .php file to connect to my PostgreSQL database. From the command line, I can connect, open and work in the database on my machine. However, if I create a .php page with the following information:

 

   $db = pg_connect(“dbname=baseball user=postgres”);

 

I get the following error message:

 

   Warning: Unable to connect to PostgreSQL server: FATAL 1: IDENT authentication failed for user “postgres” in /var/www/html/baseball.php on line 10.

 

I’m running a stock Red Hat Linux 7.3 machine with PostgreSQL version 7.2. I have verified that from the command line, I can switch to the user postgres and connect to the database with no problems. I can view data, add and delete records, etc.

 

I’d appreciate some help in trying to track down what I’m doing wrong. I’ve spent the past few days looking at documentation from various web sites, and nothing seems to jump out as the culprit.

 

- Michael

pgsql-php by date:

Previous
From: Keary Suska
Date:
Subject: Re: Inventory
Next
From: Ludwig Lim
Date:
Subject: Re: Help in connecting to a database with PHP