-2

I got the following error in my windows PC when I tried to connect server in postgreSQL

An error has occured:
Error connecting to the server: FATAL: password authentication failed for user "postgres"
Sivaprakash
  • 455
  • 1
  • 8
  • 22

2 Answers2

2

Perhaps you should check if the username is correct.

0

Did you set the proper settings in pg_hba.conf?

See https://help.ubuntu.com/10.04/serverguide/C/postgresql.html how to do it.

  • simply check your username and password...or go for the settings –  Oct 14 '14 at 07:46
  • Why are you posting a link to an Ubuntu configuration when the question is about **Windows** –  Oct 14 '14 at 07:46
  • http://stackoverflow.com/questions/14564644/postgres-password-authentication-fails you can check over here brother.. –  Oct 14 '14 at 07:53