what do I wrong??? - Mailing list pgsql-php

From Borsos József
Subject what do I wrong???
Date
Msg-id 000b01c2c3d2$0d80f9a0$790aa3d5@compax
Whole thread Raw
Responses Re: what do I wrong???  (Matthew Horoschun <mhoroschun@canprint.com.au>)
how to start with postgreSQL?  ("_root.paulSutcliffe" <paulyoyo@yahoo.com>)
List pgsql-php
$conn_string = "host=x.x.x.x port=5432 dbname=xxxx user=COMPAX password=xxxx";
  $connect = pg_connect($conn_string);
 
RESULT:
 
Warning: pg_connect() [function.pg-connect]: Unable to connect to PostgreSQL server: Password authentication failed for user 'COMPAX' . in xxx on line 4

pgsql-php by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: Probleme with Postgresql and phpPgAdmin on a Debian Linux
Next
From: Matthew Horoschun
Date:
Subject: Re: what do I wrong???