PDA

View Full Version : Postgre identification problem



aemathien
01-24-2010, 10:30 AM
Hi there,

I've just bought a new pc w/ seven.
I try to move all my programs there.
I've save the database on my nas.
I've installed PGSQL and HM w/ combo package but it seems not to askme a password at this point.
No that I try to create a new database and move my handhistory there, when I try to connect to Postgres w/ the pgadmin tool, I don't know the password requested !

Could anyone help me ?

Thanks for all.

Nicolas

fozzy71
01-24-2010, 12:43 PM
...
I've save the database on my nas.

What is a 'nas'? How did you save your database? Did you create a .backup file? Did you save the \postgreSQL\8.x\data folder? Did you save your original/archived hands or export your database to text files?


I've installed PGSQL and HM w/ combo package but it seems not to askme a password at this point.

Our combo installer does it all for you.


No that I try to create a new database and move my handhistory there,

Please explain in detail what you are doing, because I think you are confused about how to rebuild your database.


when I try to connect to Postgres w/ the pgadmin tool, I don't know the password requested !

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

aemathien
01-24-2010, 01:25 PM
Thank you very much for your help

My thread was a bit confused but not my mind...
I only needed to know the password and you gave me.
Tx

PS : NAS = Network Attached Storage = a file server

fozzy71
01-24-2010, 08:44 PM
.....

PS : NAS = Network Attached Storage = a file server

Some day, I hope to have this. For now I just use an online backup service and external hard drive sync's for redundancy.