PDA

View Full Version : postgres 8.4.1 pass



fow
01-25-2010, 09:23 PM
i instaled de postgres 8.4.1 throw a link somewhere here in the foruns it created an use and a pass automaticaly now im trying to manual vacum the database and i dont know the pass to acess throw pgadmin can someone tell me the defaul pass?

fozzy71
01-26-2010, 01:54 AM
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://faq.holdemmanager.com/questions/82/Password+Issues+(PostgreSQL)