From: | "Benjamin Tehan" <sysadmin(at)sakon(dot)com(dot)sg> |
---|---|
To: | "postgreSQL" <pgsql-admin(at)postgreSQL(dot)org> |
Subject: | passwords ? |
Date: | 2000-02-24 03:22:35 |
Message-ID: | NDBBJEGMILHHFELACINMGEOECCAA.sysadmin@sakon.com.sg |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
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(at)host3 admin]$ su
Password:
[root(at)host3 admin]# su - postgres
[postgres(at)host3 pgsql]$ createdb cfsnippets
Connection to database 'template1' failed.
fe_sendauth: no password supplied
createdb: database creation failed on cfsnippets.
[postgres(at)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(at)host3 pgsql]$
From | Date | Subject | |
---|---|---|---|
Next Message | Benjamin Tehan | 2000-02-24 03:45:26 | RE: [ADMIN] passwords ? |
Previous Message | paguilar | 2000-02-23 23:39:57 | Concurrent access |