Thread: Will not accept password

Will not accept password

From
John Zuill
Date:
Hi PG
I am very new at this. So I was quite baffled when as soon as I tried to access the server, I got “Fatal: password
authenticationfailed for user “Postgres” 

The password I used was impossible to get wrong. Its three letters.

Any ideas?
John Zuill


Re: Will not accept password

From
David Bear
Date:
I have found that if pgadmin cant reach the postgresql backend, it reports a failed password error instead of a failed connection. You might make sure you back end is up and reachable. 

On Wed, Sep 14, 2022 at 2:41 AM John Zuill <joz1@me.com> wrote:
Hi PG
I am very new at this. So I was quite baffled when as soon as I tried to access the server, I got “Fatal: password authentication failed for user “Postgres”

The password I used was impossible to get wrong. Its three letters.

Any ideas?
John Zuill

Re: Will not accept password

From
Dave Page
Date:


On Wed, 14 Sept 2022 at 16:52, David Bear <David.Bear@heritageacademyaz.com> wrote:
I have found that if pgadmin cant reach the postgresql backend, it reports a failed password error instead of a failed connection. You might make sure you back end is up and reachable. 

pgAdmin will report whatever the libpq client libraries reports. In this case, perhaps the username "Postgres" is the problem (the correct spelling of the default username being "postgres").
 

On Wed, Sep 14, 2022 at 2:41 AM John Zuill <joz1@me.com> wrote:
Hi PG
I am very new at this. So I was quite baffled when as soon as I tried to access the server, I got “Fatal: password authentication failed for user “Postgres”

The password I used was impossible to get wrong. Its three letters.

Any ideas?
John Zuill



--