Nalezená trasa:
sudo su postgres
upravit /Library/PostgreSQL/9.2/data/pg_hba.conf
-local all all md5
+local all all trust
restartujte postgres
/Library/PostgreSQL/9.2/bin/pg_ctl restart -D /Library/PostgreSQL/9.2/data/
Připojte se k postgres:
psql
Uvnitř psql (\q
ukončit):
ALTER USER postgres WITH ENCRYPTED PASSWORD 'password';
upravit pg_hba.conf zpět
+local all all md5
-local all all trust
restartujte postgres
/Library/PostgreSQL/9.2/bin/pg_ctl restart -D /Library/PostgreSQL/9.2/data/