I’m trying to install postgresql 9.1 on fedora 17.
It was wasy to yum install it, but I’m having a difficult time connecting to it.
I have made changes to the pg_hba.conf, I know I have the users created (\l shows my users) but for some reason when I try to connect using pgAdmin it won’t authenticate.
Here is my 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
Anyone else experienced anyhting like this? Some other changes that need to be made?
If the above two commands do not work try the following: