PostgreSQL提示:‘psql: FATAL: ”Peer authentication failed for user ”postgres“’错误

Posted chendian0

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PostgreSQL提示:‘psql: FATAL: ”Peer authentication failed for user ”postgres“’错误相关的知识,希望对你有一定的参考价值。

PostgreSQL提示:‘psql: FATAL: ”Peer authentication failed for user ”postgres“’错误

 

#将文件Database administrative 下列中的peer改为trust
$sudo nano /etc/postgresql/10/main/pg_hba.conf
#重新加载配置
$sudo /etc/init.d/portgresql reload
#peer(不可信),trust(可信),md5(加密)

-bash-4.2$ pwd
/var/lib/pgsql/11/data
-bash-4.2$
-bash-4.2$
-bash-4.2$ ls -rlt postgre*
-rw-------. 1 postgres postgres 88 Jun 18 11:27 postgresql.auto.conf
-rw-------. 1 postgres postgres 23863 Jun 18 12:01 postgresql.conf

以上是关于PostgreSQL提示:‘psql: FATAL: ”Peer authentication failed for user ”postgres“’错误的主要内容,如果未能解决你的问题,请参考以下文章

Heroku “psql: FATAL: 剩余的连接槽是为非复制超级用户连接保留的”

postgresql数据库连接数查询

psql: FATAL: the database system is starting up

Forgotten psql Password: sql: FATAL: password authentication failed for user "username"

PostgreSQL 基础知识:psql 提示和技巧

全新安装后如何登录并验证 Postgresql?