[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Postgresql
- Subject: [cobalt-users] Postgresql
- From: George <ghmclachlan@xxxxxxxxxxxxxxx>
- Date: Fri Aug 16 05:13:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
I have followed the instructions on the SUN knowledge base for Accessing
Postgresql, in the final paragraph it states
It is now possible to access postgres using the postgres account "admin".
The password for this account is stored in the file /etc/cobalt/.meta.id
and should not be changed. If the password needs to be changed, it must be
changed in the pg_shadow table and the /etc/cobalt/.meta.id file. Be sure
to maintain file permissions on the file or system security could be
compromised.
If I enter this command psql -Uadmin it then prompts me for my password,
but when I enter it I get
Password authentication failed for user 'admin'
George