我安装了 postgresql 并使用以下配置编辑了 pg_hba.conf:
local all postgres md5
host all postgres all md5
local all all peer
host all all 127.0.0.1/32 scram-sha-256
host all all ::1/128 scram-sha-256
local replication all peer
host replication all 127.0.0.1/32 scram-sha-256
host replication all ::1/128 scram-sha-256
Run Code Online (Sandbox Code Playgroud)
我还确保能够登录psql -U postgres -W并且我可以登录。
我安装了 pgAdmin4 但无法通过 登录postgres。
它说:Email/Username is not valid
我搜索了几个小时但没有找到解决方案。
Ubuntu Server 20 LTS + Postgressql 14
有帮助吗?
谢谢