我正在尝试在 Fedora 17 上安装 postgresql 9.1。
yum 安装它很麻烦,但我很难连接到它。
我已经对 pg_hba.conf 进行了更改,我知道我已经创建了用户(\l 显示了我的用户),但是由于某种原因,当我尝试使用 pgAdmin 进行连接时,它不会进行身份验证。
这是我的 pg_hba.conf:
#Allow any IP to connect, with a password:
host all all 0.0.0.0 0.0.0.0 trust
host all all ::1/128 trust
local all all trust
还有其他人经历过这样的事情吗?还需要进行一些其他更改吗?