1

I installed PostgreSQL on my windows 10 and while running the server in sql shell (psql) (psql: error: could not connect to server: FATAL: password authentication failed for user "samantha")

This error is showing up

enter image description here

James Wong
  • 4,529
  • 4
  • 48
  • 65

1 Answers1

1

Have you tried this?

psql -U postgres

S.Anu
  • 341
  • 3
  • 3