Postgresql: password authentication failed for user “postgres”

前端 未结 19 1436
时光取名叫无心
时光取名叫无心 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:09

    Once you are in your postgres shell, Enter this command

    postgres=# \password postgres
    

    After entering this command you will be prompted to set your password , just set the password and then try.

提交回复
热议问题