Re: what is the default username password for PostgreSQL, which was installed with FC5.

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: what is the default username password for PostgreSQL, which was installed with FC5.
Date: 2006-10-27 09:43:26
Message-ID: 20061027094326.GF14485@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

am Fri, dem 27.10.2006, um 15:01:09 +0530 mailte Purusothaman A folgendes:
> Thanks for your immediate reply.
>
> I created new role "db1" and database "db1".
>
> but I cannot login using
> psql -Udb1 -ddb1 -hlocalhost
> results
> Fatal Error : Ident authentication failed for user "db1".

You arn't the user called 'db1'?

Either 'su - db1' and then psql, or change the settings in your
pg_hba.conf for this database and localhost to 'trust'.

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47215, D1: 0160/7141639 (mehr: -> Header)
GnuPG-ID: 0x3FFF606C, privat 0x7F4584DA http://wwwkeys.de.pgp.net

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-10-27 09:47:58 Re: what is the default username password for PostgreSQL, which was installed with FC5.
Previous Message Gurjeet Singh 2006-10-27 09:41:48 Re: skip duplicate key error during inserts