Re: Creating of User and Database
От | chris smith |
---|---|
Тема | Re: Creating of User and Database |
Дата | |
Msg-id | 3c1395330605120641k6a090922t7196d35aea36d131@mail.gmail.com обсуждение исходный текст |
Ответ на | Creating of User and Database ("APSC, Patrick Chee Seng Onn" <APSC@bossard.com.sg>) |
Список | pgsql-general |
On 5/11/06, APSC, Patrick Chee Seng Onn <APSC@bossard.com.sg> wrote: > Hi, > > I've just installed postgresql onto my system but unable to successfully add new users and databases. I would receivea error message: > > createuser: could not connect to database template1: FATAL user "root" does not exist > > createdb: could not connect to database template1: FATAL user "root" does not exist > > what is the error I am facing anyway? Either try: createuser -U postgres new_username or, su to postgres: su - postgres and try again: createuser new_username <shameless plug> http://www.designmagick.com/article/5/Starting-Out/PostgreSQL-Users http://www.designmagick.com/article/6/Starting-Out/PostgreSQL-Databases -- Postgresql & php tutorials http://www.designmagick.com/
В списке pgsql-general по дате отправления: