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.1307272129.txt.gz · Zuletzt geändert: 2011/06/05 13:08 von admin