PostgreSQL:pg_hba.conf中的MD5身份验证给我致命:用户“ postgres”的对等身份验证失败]] << [
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PostgreSQL:pg_hba.conf中的MD5身份验证给我致命:用户“ postgres”的对等身份验证失败]] << [相关的知识,希望对你有一定的参考价值。
我正在运行Ubuntu 14.04,并安装了PostgreSQL 9.3。将
/ etc / postgresql / 9.3 / main / pg_hba.conf
编辑为:# "local" is for Unix domain socket connections only
local all all md5
# IPv4 local connections:
host all all 127.0.0.1/32 md5
# IPv6 local connections:
host all all ::1/128 md5
我重新启动了服务器,现在我想以身份登录到postgres:postgres
victor@workstation:~$ psql -U postgres
psql: FATAL: Peer authentication failed for user "postgres"
由于我已将其身份验证方法设置为,因此[postgres提示不要输入我的密码?我知道,如果我添加MD5
-h localhost
,它将起作用。不添加此标志会导致psql使用对等身份验证吗?我正在运行Ubuntu 14.04,并安装了PostgreSQL 9.3。将/etc/postgresql/9.3/main/pg_hba.conf编辑为:#“ local”用于Unix域套接字连接,仅本地所有...
答案
None另一答案
None以上是关于PostgreSQL:pg_hba.conf中的MD5身份验证给我致命:用户“ postgres”的对等身份验证失败]] << [的主要内容,如果未能解决你的问题,请参考以下文章
Postgresql“没有 pg_hba.conf 条目”错误
Postgresql错误,“没有pg_hba.conf条目”