当我尝试在postgreSQL中连接服务器时,我的Windows PC出现以下错误
An error has occured:
Error connecting to the server: FATAL: password authentication failed for user "postgres"
答案 0 :(得分:2)
也许您应该检查用户名是否正确。
答案 1 :(得分:0)
您是否在pg_hba.conf中设置了正确的设置?
请参阅https://help.ubuntu.com/10.04/serverguide/C/postgresql.html如何操作。