Re: Health warning:

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Zahid Rahman <zahidr1000(at)gmail(dot)com>
Cc: Justin <zzzzz(dot)graf(at)gmail(dot)com>, pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: Re: Health warning:
Date: 2019-12-17 21:24:19
Message-ID: 20191217212419.GO3195@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Greetings,

* Zahid Rahman (zahidr1000(at)gmail(dot)com) wrote:
> I know a database whose name begins with O that does this.

That doesn't make it a good idea.

> the user types:
> *psql -U postgres *
>
> response:
> *PROBLEM: psql: error: could not connect to server: FATAL: Peer
> authentication failed for user "postgres"*

This indicates that the user you're connecting as doesn't have
permission to log into the database as the 'postgres' user.

> *SOLUTION: change "local all all peer" in file
> /etc/postgresql/12/main/pg_hba.conf *
> *to "local all all trust".create password then change back.*

Using "trust" there actually means that you're able to log into the
database as any user and is terribly insecure.

Thanks,

Stephen

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Zahid Rahman 2019-12-17 21:39:13 Re: Health warning:
Previous Message Zahid Rahman 2019-12-17 20:56:13 Re: Health warning: