pgadmin 服务器连接错误,即使密码正确
pgadmin Server connection error even if password is correct
当我尝试连接服务器时,它显示密码不正确,即使我输入了正确的密码。
错误:
An error has occurred:
09:54:58: Error: Error connecting to the server: FATAL: password authentication failed for user "postgres".
- 允许无密码访问,使用这个
http://www.postgresql.org/docs/current/static/auth-methods.html#AUTH-TRUST
登录并更改 postgres
用户的密码。
然后还原步骤 1 中所做的更改并使用新密码登录。
当我尝试连接服务器时,它显示密码不正确,即使我输入了正确的密码。
错误:
An error has occurred: 09:54:58: Error: Error connecting to the server: FATAL: password authentication failed for user "postgres".
- 允许无密码访问,使用这个
http://www.postgresql.org/docs/current/static/auth-methods.html#AUTH-TRUST
登录并更改
postgres
用户的密码。然后还原步骤 1 中所做的更改并使用新密码登录。