no plug-and-play solution for PostgreSQL?

56 Views Asked by At

Using standard UBUNTU 16 LTS env. and used enterprisedb.com/downloads PostgreSQL Setup Wizard to install, an "official suggestion" here... So supposing it is plug-and-play.

But the basic (for a "plug and play") not runs (!), psql -h localhost -U postgres

psql: FATAL: password authentication failed for user "postgres" FATAL: password authentication failed for user "postgres"


The user postgres exist, and even after sudo passwd postgres to "postgres", the same error.

0

There are 0 best solutions below