I just installed PostgreSQL 9.2 from enterprisedb onto Mac OS X 10.8.2. I mistyped my postgres user password, so I can’t connect. How do I reset the password?
I just installed PostgreSQL 9.2 from enterprisedb onto Mac OS X 10.8.2 . I
Share
Found directions:
modify /Library/PostgreSQL/9.2/data/pg_hba.conf
restart postgres
Connect to postgres:
Inside psql (
\qto quit):modify pg_hba.conf back
restart postgres