From: | Devrim GUNDUZ <devrim(at)gunduz(dot)org> |
---|---|
To: | Aaron <aamehl(at)bezeqint(dot)net> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: newbie and no idea |
Date: | 2003-08-18 18:27:18 |
Message-ID: | Pine.LNX.4.44.0308182123070.25121-100000@emo.org.tr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Hi,
On 18 Aug 2003, Aaron wrote:
> [root(at)bzq-218-14-208 aamehl]# createdb -U postgres nigun_test
> psql: FATAL: IDENT authentication failed for user "postgres"
Quick and easy solution for you:
edit ~postgres/data/pg_hba.conf and replace all "ident" string to "trust".
Then, restart PostgreSQL server. The server will not prompt you any
password.
If you want to learn more about authentication methods, then download the
administrator manual from http://www.PostgreSQL.org/docs/#pdfs and follow
the "Authentication Methods" section.
Regards,
--
Devrim GUNDUZ
devrim(at)gunduz(dot)org devrim(dot)gunduz(at)linux(dot)org(dot)tr
http://www.tdmsoft.com
http://www.gunduz.org
From | Date | Subject | |
---|---|---|---|
Next Message | Vilson farias | 2003-08-18 18:28:39 | Re: Simulating sequences |
Previous Message | Pavel Stehule | 2003-08-18 18:25:08 | Re: newbie and no idea |