when I am trying to login to postgresql by using psql -d root -U postgres I am getting below error.
psql: FATAL: Peer authentication failed for user "postgres"
And when typing only psql getting below error:
psql: FATAL: no pg_hba.conf entry for host "[local]", user "root", database "root", SSL off
what I can do ? I am not able to undrstand.
Thanks in advance