Re: FATAL 1

Поиск
Список
Период
Сортировка
От Jeff Eckermann
Тема Re: FATAL 1
Дата
Msg-id 20030606234009.90265.qmail@web20805.mail.yahoo.com
обсуждение исходный текст
Ответ на FATAL 1  (Wim Vanweersch <n.vanweersch@hccnet.nl>)
Список pgsql-novice
--- Wim Vanweersch <n.vanweersch@hccnet.nl> wrote:
> Hello,
>
> What goes wrong?
>
>
> [wim@vanweersch wim]$ createuser
> Enter name of user to add: anja
> Shall the new user be allowed to create databases?
> (y/n) n
> Shall the new user be allowed to create more new
> users? (y/n) n
> psql: FATAL 1:  user "wim" does not exist
> createuser: creation of user "anja" failed
> [wim@vanweersch wim]$ createdb test -U postgres
> psql: FATAL 1:  IDENT authentication failed for user
> "postgres"
>
> createdb: database creation failed
>
> What must I do to get on with PostgreSQL?

Check your pg_hba.conf file: this sets out the
authentication requirements for connections to
PostgreSQL.  You may need to temporarily reset these
in order to get started.

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com

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

Предыдущее
От: Wil Duis
Дата:
Сообщение: Re: Calculation error
Следующее
От: Jeff Eckermann
Дата:
Сообщение: Re: IpcMemoryCreate: shmget failed (Permission denied)