PDA

View Full Version : password for postgres



yogiman
02-27-2010, 01:39 PM
I don't remember my password for postgres (need it for maintenance). I entered the default password when installed postgres. Someone to help me?

fozzy71
02-27-2010, 03:56 PM
PT3's default name/password is - postgres/dbpass
HM's default name/password is - postgres/postgrespass

If that doesnt help:

1. Go to C:\Program Files\PostgreSQL\8.x\data, move the the pg_hba file to your Desktop and open it with notepad.
2. Scroll to the bottom and change all md5 to trust. Save and close the file
3. Mo
ve the file back to the data folder
4. Restart the PostgreSQL service: Control Panel -> Administrative Tools -> Services

HM will accept any password now.

FAQ - Hold'em Manager Poker Tracking Software :: Password Issues (PostgreSQL) (http://faq.holdemmanager.com/questions/82/Password+Issues+(PostgreSQL)/)

yogiman
02-28-2010, 03:06 PM
thanks for your help.