Re: Fw: password authentication failed

From: "A(dot) Kretschmer" <andreas(dot)kretschmer(at)schollglas(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Fw: password authentication failed
Date: 2009-12-17 06:18:41
Message-ID: 20091217061841.GA10388@a-kretschmer.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

In response to Sam Jas :
>
> I am newbee for Bucardo.
>
> Whenever i am trying to add database or try to look into show all command.
> It shows me following error.
>
> Connecting to database 'bucardo' as user 'bucardo'
> DBI connect('dbname=bucardo;port=5433','bucardo',...) failed: FATAL:
^^^^

The 'normal' port is 5432, are you sure that your database is running on
this port 5433?

> password authentication failed for user "bucardo" at ./bucardo_ctl line
> 191

You need a proper entry for your new database in your pg_hba.conf, do
you have such an entry?

Andreas
--
Andreas Kretschmer
Kontakt: Heynitz: 035242/47150, D1: 0160/7141639 (mehr: -> Header)
GnuPG: 0x31720C99, 1006 CCB4 A326 1D42 6431 2EB0 389D 1DC2 3172 0C99

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2009-12-17 06:30:04 Re: Justifying a PG over MySQL approach to a project
Previous Message Pavel Stehule 2009-12-17 05:48:34 Re: How to get text for a plpgsql variable from a file.