psql: FATAL: user "root" does not exist createdb: database creation failed

Поиск
Список
Период
Сортировка
От Jeoffrey L. Palacio
Тема psql: FATAL: user "root" does not exist createdb: database creation failed
Дата
Msg-id 36771.61.9.47.201.1100584530.squirrel@61.9.47.201
обсуждение исходный текст
Ответы Re: psql: FATAL: user "root" does not exist createdb:  (Christian Fowler <spider@viovio.com>)
Re: psql: FATAL: user "root" does not exist createdb: database creation failed  ("Vishal Kashyap @ [SaiHertz]" <vishalonlist@gmail.com>)
Список pgsql-admin

 Hi to all I'm Jeoffrey, and I'm a newbie to postgreSQL. My problem is
that when i execute the command createdb <database name> i always get a

[root@webdata root]# createdb ibmadb
psql: FATAL:  user "root" does not exist
createdb: database creation failed

Then I tried to create the user root by the command:

createuser <username> and i always get this message also:

[root@webdata root]# createuser
Enter name of user to add: root
Shall the new user be allowed to create databases? (y/n) y
Shall the new user be allowed to create more new users? (y/n) n
psql: FATAL:  user "root" does not exist
createuser: creation of user "root" failed


my postgresql version is 7.3.4 and my OS is FEDORA CORE 1 x86_64 bit
architecture.

What is wrong about it? please help.


Thanks,

Jeoffrey

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

Предыдущее
От: matthias@cmklein.de
Дата:
Сообщение: how to handle larger databases?
Следующее
От: Michael Fuhr
Дата:
Сообщение: Re: Please help!!!!!!!!!