I am running a 5.1.2 blade1. When I'm doing the PostNuke install.php I get this message:
Error connecting to db
Program: /home/e-smith/files/primary/html/pn_714/install/db.php - Line N.: 45
Database: rogue
Error (1044) : Access denied for user: 'jan@localhost' to database 'rogue'
I've manually setup the rogue database and followed Jean-Louis Boers' how to. No problem accessing mysql when I verify the new user account: # mysql --user=jan --password='password_for_jan'. When I use root as user and the password in install.php I still get this message. And yes, I modified the config.php in every step. I haven't tried 'service mysql stop' and doing the "skip-grant-tables" thing, as I see it everything is OK in mysql. Any ideas???