Re: BUG #4654: not accepting password for user

Lists: pgsql-bugs
From: "Tyler Ware" <tylerware(at)bellsouth(dot)net>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #4654: not accepting password for user
Date: 2009-02-14 14:27:41
Message-ID: 200902141427.n1EERf3m031329@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 4654
Logged by: Tyler Ware
Email address: tylerware(at)bellsouth(dot)net
PostgreSQL version: 8.3
Operating system: windows xp
Description: not accepting password for user
Details:

Directly after installing postgresql I try to create a db using createdb
within the /bin folder. This runs, but then prompts me for a password.
Type in the password that I entered as the admin password while installing,
and it produces an error message saying to correct password for user Tyler.
I know its the correct password, I just entered as the correct password.
This is on a windows system, XP.


From: tushar <tushar(dot)ahuja(at)enterprisedb(dot)com>
To: Tyler Ware <tylerware(at)bellsouth(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #4654: not accepting password for user
Date: 2009-02-14 17:53:04
Message-ID: 49970500.2040105@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

Tyler Ware wrote:
> The following bug has been logged online:
>
> Bug reference: 4654
> Logged by: Tyler Ware
> Email address: tylerware(at)bellsouth(dot)net
> PostgreSQL version: 8.3
> Operating system: windows xp
> Description: not accepting password for user
> Details:
>
> Directly after installing postgresql I try to create a db using createdb
> within the /bin folder. This runs, but then prompts me for a password.
> Type in the password that I entered as the admin password while installing,
> and it produces an error message saying to correct password for user Tyler.
> I know its the correct password, I just entered as the correct password.
> This is on a windows system, XP.
>
>
why not you try like this :-

./psql -d <dbname> -p <port-no> -U <username>

like :- ./psql -d postgres -p 6666 -U postgres

--
regards,tushar
http://webeatoracle.com