Petunjuk arah yang ditemukan:
sudo su postgres
ubah /Library/PostgreSQL/9.2/data/pg_hba.conf
-local all all md5
+local all all trust
mulai ulang postgres
/Library/PostgreSQL/9.2/bin/pg_ctl restart -D /Library/PostgreSQL/9.2/data/
Hubungkan ke postgres:
psql
Di dalam psql (\q
untuk berhenti):
ALTER USER postgres WITH ENCRYPTED PASSWORD 'password';
ubah kembali pg_hba.conf
+local all all md5
-local all all trust
mulai ulang postgres
/Library/PostgreSQL/9.2/bin/pg_ctl restart -D /Library/PostgreSQL/9.2/data/