Re: can't connect with md5 encrypted pw - Mailing list pgsql-admin

From Tom Lane
Subject Re: can't connect with md5 encrypted pw
Date
Msg-id 3305.1202750099@sss.pgh.pa.us
Whole thread Raw
In response to can't connect with md5 encrypted pw  (Thomas Schuster <thom.schuster@gmx.de>)
List pgsql-admin
Thomas Schuster <thom.schuster@gmx.de> writes:
> my problem:
> createdb test
> psql -U john -d test -W
> password:******
> psql: FATAL:  password authentication failed for user "john"

Given the facts you show, the most obvious explanation is that you
entered the wrong password.  You might want to do an ALTER USER PASSWORD
command (as the superuser) just to make sure you didn't fat-finger the
password setting initially.

If that isn't it, try looking into the postmaster log to see if it logs
any additional details about the failure.

            regards, tom lane

pgsql-admin by date:

Previous
From: Scott Cotton
Date:
Subject: Re: can't revoke users
Next
From: "Tena Sakai"
Date:
Subject: 8.3.0 upgrade, confused by documentation