Re: FATAL 1: Password authentication failed, connecting to remote server

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: <Michael(at)MichaelRLevy(dot)com>, <pgadmin-support(at)postgresql(dot)org>
Subject: Re: FATAL 1: Password authentication failed, connecting to remote server
Date: 2003-06-18 14:15:48
Message-ID: 03AF4E498C591348A42FC93DEA9661B844B0AB@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

> -----Original Message-----
> From: Michael R. Levy [mailto:Michael(at)MichaelRLevy(dot)com]
> Sent: 18 June 2003 15:09
> To: pgadmin-support(at)postgresql(dot)org
> Subject: [pgadmin-support] FATAL 1: Password authentication
> failed, connecting to remote server
>
>
> I'm working with a remote version of PostgreSQL provided by
> an ISP (and shared with other customers). I can connect to
> the database from my desktop either by:
>
> psql -h mydomain.com -U myuser
> or
> psql -h mydomain.com -U myuser -d mydatabase
>
> I can also connect using Squirrel, setting the connection up with
> URL set as jdbc:postgresql://mydomain.com/mydatabase
> and User Name set up as myuser
>
>
> I was using pgAdmin II v1.4.12, and recently installed
> pgAdmin II v1.5 Build 60.
>
> I try to connect using
> Server mydomain.com
> Port 5432
> Username myusername
> Password mypassword
>
> ...and get the error below.
>
> Any help much appreciated!

Hi Michael,

You probably don't have permission to access the template1 database on
the server (which pgAdmin intially connectsto by default). On one of the
tabs under Tools -> Options, try setting the name of the master database
to one you can access.

Regards, Dave.

Browse pgadmin-support by date

  From Date Subject
Next Message Donald Fraser 2003-06-19 14:56:12 pgAdmin III
Previous Message Michael R. Levy 2003-06-18 14:09:05 FATAL 1: Password authentication failed, connecting to remote server