echo "localhost all all trust" | sudo tee -a /etc/postgresql/8.3/main/pg_hba.conf /dev/null
su - postgres
psql
CREATE USER root WITH PASSWORD 'password';
ALTER ROLE root SUPERUSER;
\q
postgresql_passwort_zuruecksetzen.1307272080.txt.gz · Zuletzt geändert: 2011/06/05 13:08 von admin