First up, thanks for everyone who's put time into mySQLdumper, it looks great.
I'm in the process of moving a forum from one host (on Ensim X) to another.
I've loaded mysqldumper 1.24.4 on the old host, and when I give it my database username and password, it can see my dabases just fine. I can browse through the database contents.
The problem comes when I try to do a PHP backup. I get an error which says
Access denied for user 'apache'@'localhost' (using password: NO)
Error establishing a database connection!
With no password and apache showing up as the username (that's not my mySQL username - the server is running apache) I'm guessing a query is being sent with no ID information, and mySQL isn't recognizing it as anything to do with the previous data pulls that were correctly IDed.
Any suggestions?
Thanks.