sudo su postgres -c "psql -U postgres databaseName"
or change the pg_hba.conf for postgresql.
1. change authentication type to trust.
others
psql -d template1 -U postgres (enter the template1 service database)
alter user postgres with password 'postgres_password'; (run query to change the password)
Printed copies available, email rbahaguejr [at] gmail [dot] com |
Saturday, October 13, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment