有人能解释我为什么不能在navicat中创建新的连接postgres吗?错误可能来自navicat和Postgres的版本?错误说:
不支持
身份验证方法10
我试着重新安装我的Postgres,但没有成功。

发布于 2021-06-07 03:09:25
更改关于flowing内容的pg_hba.conf:
# "local" is for Unix domain socket connections only
local all all trust
# IPv4 local connections:
host all all 127.0.0.1/32 trust
# IPv6 local connections:
host all all ::1/128 trusthttps://stackoverflow.com/questions/65967465
复制相似问题