PostgreSQL 13 FATAL:用户“ postgres”的密码身份验证失败

时间:2020-11-09 08:27:59

标签: postgresql psql postgresql-13

安装过程中输入正确的密码时,我收到如下所示的身份验证错误。

阅读类似的问题和答案,但找不到适用于版本13的有效解决方案。

也尝试输入空密码和所有默认密码。 有人可以帮忙吗?

Unable to connect to server:

could not initiate GSSAPI security context: The operation or option is not available
could not initiate GSSAPI security context: Credential for asked mech-type mech not found in the credential handle
FATAL: password authentication failed for user "postgres"

我的/Library/PostgreSQL/13/data/pg_hba.conf

# TYPE  DATABASE        USER            ADDRESS                 METHOD

# "local" is for Unix domain socket connections only
local   all             all                                     peer
# IPv4 local connections:
host    all             all             127.0.0.1/32            peer
# IPv6 local connections:
host    all             all             ::1/128                 peer
# Allow replication connections from localhost, by a user with the
# replication privilege.
local   replication     all                                     peer
host    replication     all             127.0.0.1/32            peer
host    replication     all             ::1/128                 peer

enter image description here

1 个答案:

答案 0 :(得分:0)

重启计算机后,该问题就可以通过我上传的配置解决。