Postgresql: password authentication failed for user “postgres”

前端 未结 19 1680
时光取名叫无心
时光取名叫无心 2020-11-22 13:34

I have installed PostgreSQL 8.4, Postgres client and Pgadmin 3. Authentication failed for user \"postgres\" for both console client and Pgadmin. I have typed user as \"postg

19条回答
  •  一个人的身影
    2020-11-22 14:21

    I had faced similar issue. While accessing any database I was getting below prompt after updating password "password authentication failed for user “postgres”" in PGAdmin


    Solution:

    1. Shut down postgres server
    2. Re-run pgadmin
    3. pgadmin will ask for password.
    4. Please enter current password of mentioned user

    Hope it will resolve your issue

提交回复
热议问题