RE: [ADMIN] passwords ?

Поиск
Список
Период
Сортировка
От Benjamin Tehan
Тема RE: [ADMIN] passwords ?
Дата
Msg-id NDBBJEGMILHHFELACINMOEOFCCAA.sysadmin@sakon.com.sg
обсуждение исходный текст
Ответы RE: [ADMIN] passwords ?  ("Hossein S. Zadeh" <hossein@bf.rmit.edu.au>)
Список pgsql-admin
i tried that also and it didnt work

[admin@host3 admin]$ su postgres
Password:
su: incorrect password
[admin@host3 admin]$

If i su postgres from root i dont need to enter a password

Any other ideas ?

-----Original Message-----
From: aubrey [mailto:aubrey.quarcoo@esolutions.co.nz]
Sent: Thursday, February 24, 2000 11:31 AM
To: Benjamin Tehan
Subject: Re: [ADMIN] passwords ?


try su postgres
password : postgres

----- Original Message -----
From: Benjamin Tehan <sysadmin@sakon.com.sg>
To: postgreSQL <pgsql-admin@postgreSQL.org>
Sent: Thursday, February 24, 2000 4:22 PM
Subject: [ADMIN] passwords ?


> Ok, I have a small query.
>
> When I goto create a database I cannot create one
>
> I've already created the a new postgres database via initdb and i have run
> postmaster
>
> I never set a password to postgres, and I've tried using the admin/root
> password and yet that doesnt work either.
>
> Any one got any ideas ?
>
> I'm using Linux
>
>
>
> [admin@host3 admin]$ su
> Password:
> [root@host3 admin]# su - postgres
> [postgres@host3 pgsql]$ createdb cfsnippets
> Connection to database 'template1' failed.
> fe_sendauth: no password supplied
>
> createdb: database creation failed on cfsnippets.
> [postgres@host3 pgsql]$ createdb -u cfsnippets
> Username: postgres
> Password:
>
> Connection to database 'template1' failed.
> Password authentication failed for user 'postgres'
> createdb: database creation failed on cfsnippets.
> [postgres@host3 pgsql]$
>
>
> ************
>


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

Предыдущее
От: "Benjamin Tehan"
Дата:
Сообщение: passwords ?
Следующее
От: "Hossein S. Zadeh"
Дата:
Сообщение: RE: [ADMIN] passwords ?