I am trying to connect postgres in eclipse. But I am getting below error after entering all details for jdbc connection:
Database:postgres
url:jdbc:postgresql://localhost:5432/postgres
user name:postgres
pass :postgres
jar file:D:\Workspace: postgresql-9.4-1202.jdbc41
Ping failed:
org.postgresql.util.PSQLException: FATAL: password authentication failed for user "postgres"
at org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:427)
at