can not connect to pg on linux FC4

From: Tai Huynh Phuoc <fucai1116(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: can not connect to pg on linux FC4
Date: 2005-11-05 05:12:54
Message-ID: 20051105051255.21499.qmail@web53309.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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 root
and chage "sameuser" to "mymap" in the pg_hba.conf.
But I can not connect too as the above error.

Thank in advande someone help me.

Onother question. Is there a way that I can create a
user using password authetication at the situation I
have no pg account like this sitation?.

Thanks.

Fucai


__________________________________
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message frank church 2005-11-05 16:47:56 Extract table columns in tabular form
Previous Message Christopher Browne 2005-11-04 23:59:08 Re: Design question: Scalability and tens of thousands of tables?