by APerfect10 » Sat Jan 26, 2008 4:01 pm
[quote="lrpro007"5g8]is there any way to obtain the password to make sure its the right one?[/quote5g8]
There is no easy way to recover the password. I suggest just removing the password requirement from PostgreSQL.
Start->Program Files->PostgreSQL->8.2->Configuration Files->Edit pg_hba.conf
At the bottom of the file, change the method from "md5" to "trust". File->Save. Restart the PostgreSQL service (or reboot your computer).
On restart, PostgreSQL should not require a password.
Best regards,
Derek