From: | "Shoaib Mir" <shoaibmir(at)gmail(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Authentication troubleshooting using psql |
Date: | 2006-05-23 18:33:20 |
Message-ID: | bf54be870605231133x6ebb4b97pc3f1686b98a2347f@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Try using
\c dbname
and if you want to get rid of the asking password thing you can change your
authentication method from 'md5' to 'trust' in your pg_hba.conf file and
then reload the settings using "pg_ctl reload"
/Shoaib
On 5/23/06, Tahir Tamba <tamba(dot)tahir(at)courrier(dot)uqam(dot)ca> wrote:
>
> Hi Guys,
>
> I install Postgres 8.1.3 on WinXP Pro OS using msi.exe. Using Postgres
> with PGAdmin III, everything works well. But when I'm trying to use the psql
> terminal interface to connect into my database psql ask me to enter my
> password and when trying to enter my password, nothing happens from my
> keyboard.
> Exemple : postgres=# \connectdb postgres
> Password for postgres user: unable to type my password cursor doesn't work
> And when I press Enter tab I get the following error:
> "FATAL: password authentication failed for user Postgres
>
> who can help me to solve this
> Thank
>
>
>
> Tahir Tamba
>
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2006-05-23 19:00:21 | Re: Authentication troubleshooting using psql |
Previous Message | Ivo Rossacher | 2006-05-23 18:26:47 | Re: localization, encoding problem |