Re: php password authentication failed for user ...

From: Marc Mamin <M(dot)Mamin(at)intershop(dot)de>
To: "'basti'" <mailinglist(at)unix-solution(dot)de>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: php password authentication failed for user ...
Date: 2014-07-16 09:36:52
Message-ID: B6F6FD62F2624C4C9916AC0175D56D8828AB0163@jenmbs01.ad.intershop.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org [mailto:pgsql-general-
> owner(at)postgresql(dot)org] On Behalf Of basti
> Sent: Mittwoch, 16. Juli 2014 10:14
> To: pgsql-general(at)postgresql(dot)org
> Subject: Re: [GENERAL] php password authentication failed for user ...
>
> Yes all clusters, run on the same machine.
> All packages are from pgdg.
> libpq5 is version 9.3.4-1.pgdg70+1
> the problem is still the same,
> The relevant database is only for testing and development, I will downgrade to
> 9.1.

Hello,
Did you already try to connect using the IP instead of "localhost" ?

regards,

Marc Mamin

>
> Thanks for helping.
>
> Regards,
> basti
>
> Am 15.07.2014 16:46, schrieb Adrian Klaver:
> > 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.
> >>
> >> 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.
> >
> > To follow up on my previous post.
> >
> > Are all these clusters running on the same machine?
> >
> > Where they all installed from the same source, pgdg, or are they from
> > different sources?
> >
> > I have to go, so I will get back to this later, though I suspect wiser
> > minds then mine will get you an answer in the interim.
> >
> >>
> >> It takes a round 5 hours to find this "error".
> >> If anybody has the same problem be warned.
> >>
> >> Regards,
> >> basti
> >>
> >
> >
>
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org) To make
> changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Derek Poon 2014-07-16 09:59:22 Why would I need to explicitly cast a string literal to text?
Previous Message basti 2014-07-16 08:13:50 Re: php password authentication failed for user ...