Re: php password authentication failed for user ... - Mailing list pgsql-general

From Francisco Olarte
Subject Re: php password authentication failed for user ...
Date
Msg-id CA+bJJbyEOQ4bXu9FLJ=KQGw0fwY538WwHaCyKtEbb5627j8y5w@mail.gmail.com
Whole thread Raw
In response to php password authentication failed for user ...  (basti <mailinglist@unix-solution.de>)
Responses Re: php password authentication failed for user ...  (basti <mailinglist@unix-solution.de>)
List pgsql-general
Hi:

On Wed, Jul 9, 2014 at 1:04 PM, basti <mailinglist@unix-solution.de> wrote:
> Hello my pg_hab.conf has this entry:
> host    all             all             127.0.0.1/32            md5
....
> global $dbhost, $dbuser, $dbpass, $dbname, $use_pgsql, $dbconn;
...
>         $connect = "host=$dbhost user=$dbuser password=$dbpass
> dbname=$dbname";
...
> When I try to connect via
> psql -U user  -h localhost -W database

Which is the value of $dbhost ? is it localhost, to be coherent with
your psql line? ( or the output of the echo you put in the sample
script? )

If $dbhost is not localhost a name which resolves to 127.0.0.1 or a
literal 127.0.0.1 you are not getting in ( if the machine is 3.4.5.6
and you connect to machine.name.com which resolves to 3.4.5.6 your
usually get this kind of problems.

Francisco Olarte.


pgsql-general by date:

Previous
From: hubert depesz lubaczewski
Date:
Subject: Re: BAKUP ISSUE
Next
From: basti
Date:
Subject: Re: php password authentication failed for user ...