Re: Postgresql Login problem

From: "Ashish Karalkar" <ashish(dot)karalkar(at)info-spectrum(dot)com>
To: "Dr(dot) Lal Bopearachchi" <lal(at)apiit(dot)lk>
Cc: <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Postgresql Login problem
Date: 2007-08-08 14:06:05
Message-ID: 001901c7d9c5$46800c10$170211ac@LIONKING.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Have you supplied password to initdb command?
if not there are two ways

1) In pg_hba.conf file set athuntication method =trust instead of password. (if you want to keep trust method for all time)

2) Do the above step then login into postgres database and the issue command

alter role postgres password 'your password goes here'

then again open pg_hba.con and set authuntication method to password.

rember these changes requires server restart or relaod.
with regards
ashish...

----- Original Message -----
From: Dr. Lal Bopearachchi
To: pgsql-admin(at)postgresql(dot)org
Sent: Friday, August 03, 2007 12:24 PM
Subject: [ADMIN] Postgresql Login problem

I am trying to use PostgreSQL ver. 8.1.4 that comes with Red Hat Enterprise Linux 5.

I cannot log into the postgres server as postgres, it gives the error message "password authentication failed for user "postgres".

Is there a default password?

How can I start working with postgres?

Regards.

Lal Bopearatchy

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Gary Stainburn 2007-08-08 14:16:21 RT3 - Pg database connection - authentication failed
Previous Message Julio Leyva 2007-08-08 13:57:12 Re: Postgresql Login problem