From: | Andreas Wenk <a(dot)wenk(at)netzmeister-st-pauli(dot)de> |
---|---|
To: | Ms swati chande <swativc(at)yahoo(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Password? |
Date: | 2009-07-08 09:46:51 |
Message-ID: | 4A546B0B.8000205@netzmeister-st-pauli.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-novice |
Ms swati chande schrieb:
> Hi
>
> When I write the following commands at the prompt,
>
> >createuser -S -d -R user1
> > createdb sample
>
> I am asked to enter a password. I have not set any password anywhere.
> Which password is it asking for?
> Please help.
> I have built from source on Windows XP.
>
> Thanks is advance,
>
> Regards
> Swati
Hi Swati,
what are the setting of your pg_hba.conf? I assume that there is a entry like this:
# TYPE DATABASE USER CIDR-ADDRESS METHOD
# "local" is for Unix domain socket connections only
local all all password
That means that the password you are asked is the password of the standard user for your
cluster - commonly postgres.
Cheers
Andy
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas Wenk | 2009-07-08 09:52:13 | Re: Password? |
Previous Message | Ms swati chande | 2009-07-08 09:21:06 | Password? |
From | Date | Subject | |
---|---|---|---|
Next Message | Andreas Wenk | 2009-07-08 09:52:13 | Re: Password? |
Previous Message | Ms swati chande | 2009-07-08 09:21:06 | Password? |