Postgres database giving Cannot establish a connection erorr [closed]

StackOverflow https://stackoverflow.com/questions/22143870

  •  19-10-2022
  •  | 
  •  

سؤال

I am receiving an error that shown in below, when l try to connect my PostgreSQL database

Cannot establish a connection to jdbc:postgresql://localhost:5432/postgres using org.postgresql.Driver (FATAL: password authentication failed for user "postgres ")

هل كانت مفيدة؟

المحلول

FATAL: password authentication failed for user "postgres"

You haven't set a password for the user postgres or you are supplying the wrong password.

See:

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top