PDA

View Full Version : postgres problems



chrispaul
09-06-2009, 04:28 PM
I just downloaded and set up postgres following the instructions from website. When I try to open holdem manager i get error message "Fatal 28000: password authentication failed for user "postgres". i click ok, it takes me to postgres control panel. what username/pass should i be using? When i try to click connect to postgres it again tells me username/pass incorrect. would you like to have holdem manager configure the database to accept this login and password? I click yes but still wont work. Any suggestions? Thanks.

netsrak
09-06-2009, 04:58 PM
You need to enter the user / password you used during the postgresql installation.

Usually postgres postgrespass or sth. like that.

If you cant remember this password you need to uninstall postgresql and reinstall it. For uninstalling SQL please follow these steps:

1) Uninstall PostgreSQL from the Windows Control Panel.
2) manually delete the Program Files\Postgresql folders
3) run the command - start > run > cmd >

net user postgres /delete
4) reboot.