Re: BUG #4654: not accepting password for user

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
Thread:
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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Glen Edmonds 2009-02-14 22:51:54 BUG #4655: Spelling mistake in windows installer
Previous Message Tyler Ware 2009-02-14 14:27:41 BUG #4654: not accepting password for user