Re: php password authentication failed for user ...

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: basti <mailinglist(at)unix-solution(dot)de>, pgsql-general(at)postgresql(dot)org
Subject: Re: php password authentication failed for user ...
Date: 2014-07-15 14:33:57
Message-ID: 53C53BD5.8040803@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 07/15/2014 07:17 AM, basti wrote:
> Hello Adrian,
>
> Yes I use the correct cluster.
>
> password authentication failed for user "testuser" ...
> is a line from the postgres log
>
> Yes I know what "trust" mean.
>
> psql in version 9.3 can connect without error,
> psql in version 9.1 connect to server 9.3 get the same error as above.

That would seem to indicate that you have a version issue with libpq.

What does dkpg show for installed versions of libpq?

>
> I have done the setup.
> And I don't use ADO for this test.
>
> I have also test
>
> Postgres 9.1 and Postgres 9.4 both work with auth-method md5, except
> postgres 9.3 discuss there.
>
> It takes a round 5 hours to find this "error".

What exactly does that mean?

> If anybody has the same problem be warned.
>
> Regards,
> basti
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message basti 2014-07-15 14:43:27 Re: php password authentication failed for user ...
Previous Message basti 2014-07-15 14:17:29 Re: php password authentication failed for user ...