Postgresql: password authentication failed for user “postgres”

前端 未结 19 1679
时光取名叫无心
时光取名叫无心 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条回答
  •  萌比男神i
    2020-11-22 14:21

    If you are trying to login postgres shell as postgres user, then you can use following commands.

    switch to postgres user

    # su - postgres
    

    login to psql

    # psql
    

    Hope that helps

提交回复
热议问题