Re: [SQL] can not connect to pg on linux FC4

2005-11-08 Thread Oliver Elphick
On Fri, 2005-11-04 at 21:12 -0800, Tai Huynh Phuoc wrote: > Hi, > I use pg 8.03 (come with FC4). I can not connect to pg > because of Ident authentication failed for user "root" > error. pg_hba.conf > host all all 127.0.0.1/32 ident sameuser > > Then I try another way by add adding a row to

[SQL] can not connect to pg on linux FC4

2005-11-04 Thread Tai Huynh Phuoc
Hi, I use pg 8.03 (come with FC4). I can not connect to pg because of Ident authentication failed for user "root" error. pg_hba.conf host all all 127.0.0.1/32 ident sameuser Then I try another way by add adding a row to pg_indet so that I can use root account to connection to db. mymap root