Re: How to know the password for the user 'postgres'
От | Scott Marlowe |
---|---|
Тема | Re: How to know the password for the user 'postgres' |
Дата | |
Msg-id | dcc563d10810272147u63fa1e0w536e8fbfb2cf03ed@mail.gmail.com обсуждение исходный текст |
Ответ на | How to know the password for the user 'postgres' ("Shashank Sahni" <shredder12@gmail.com>) |
Ответы |
Re: How to know the password for the user 'postgres'
|
Список | pgsql-general |
On Mon, Oct 27, 2008 at 10:38 PM, Shashank Sahni <shredder12@gmail.com> wrote: > Hello people, > I was trying to install dspace on my computer and it > required postgresql as a prerequisite. Since I am using Ubuntu so i just > downloaded and installed it using synaptic package manager. For the > installation of dspace i was supposed to exeucte the following > command.. > createuser -U postgres -d -A -P dspace > but whenever i execute it, it asks for password for the new role and then > after giving the password..it says.. > > createuser: could not connect to database postgres: FATAL: password > authentication failed for user "postgres" Odd I would have expected it to say something about identd authentication failing. Have you tried: sudo su - postgres createuser -d -A -P dpsace ?
В списке pgsql-general по дате отправления: