php -postgresql

From: Jay <jspothar(at)cs(dot)uccs(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: php -postgresql
Date: 2004-07-28 18:12:12
Message-ID: 4107EC7C.3000400@cs.uccs.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

hi people,
i have been trying to connect to the database using php. but i am not
able to do so .i am getting the following errors

*Warning*: pg_connect(): Unable to connect to PostgreSQL server:
FATAL: IDENT authentication failed for user "jay" . in
*/var/www/proj/psql_results.php* on line *37*

on using the following command
$connection = pg_connect("host=localhost dbname=cs542 user=jay") or
die("could not connect");

can anyone tell me where am i going wrong.
help would be greatly appreciated
thanks
jay

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Chris 2004-07-28 18:51:29 Re: php -postgresql
Previous Message Daniel Verite 2004-07-28 16:45:50 Re: Sql injection attacks