문제

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