Re: How to know the password for the user 'postgres'

Поиск
Список
Период
Сортировка
От Shashank Sahni
Тема Re: How to know the password for the user 'postgres'
Дата
Msg-id c75227c70810272155h2625f519ja0c187e0d2d42389@mail.gmail.com
обсуждение исходный текст
Ответ на Re: How to know the password for the user 'postgres'  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Ответы Re: How to know the password for the user 'postgres'
Список pgsql-general


 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

?
 Oh... I am sorry...you are right...the error is
         "Ident authentication failed for user 'postgres' "
the error specified earlier appeared when i tried running.
   createuser -h localhost -U postgres -d -A -P dspace
Thanks for pointing it out..

В списке pgsql-general по дате отправления:

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: How to know the password for the user 'postgres'
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: How to know the password for the user 'postgres'