Re: BUG #4654: not accepting password for user - Mailing list pgsql-bugs

From tushar
Subject Re: BUG #4654: not accepting password for user
Date
Msg-id 49970500.2040105@enterprisedb.com
Whole thread Raw
In response to BUG #4654: not accepting password for user  ("Tyler Ware" <tylerware@bellsouth.net>)
List pgsql-bugs
Tyler Ware wrote:
> The following bug has been logged online:
>
> Bug reference:      4654
> Logged by:          Tyler Ware
> Email address:      tylerware@bellsouth.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

pgsql-bugs by date:

Previous
From: "Tyler Ware"
Date:
Subject: BUG #4654: not accepting password for user
Next
From: "Glen Edmonds"
Date:
Subject: BUG #4655: Spelling mistake in windows installer