PDA

View Full Version : Can't remember PostGres 8.3 Password



mtanderson1980
12-23-2009, 02:32 PM
Hello,

I am trying to do a manual vacuum, but when I enter the password it's incorrect. How do I resolve the issue. Do I have to reinstall?

Thanks.

fozzy71
12-23-2009, 03:48 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. Move the file back to the data folder
4. Restart the PostgreSQL service: Control Panel -> Administrative Tools -> Services

HM will accept any password now.

http://www.holdemmanager.net/faq/afmviewfaq.aspx?faqid=66

mtanderson1980
12-23-2009, 04:06 PM
Thank you. It worked. Thank you for the quick response!