mysql error message 1044...
Posted by: limicell
Posted on: 2005-04-30 17:08:00
Hey all,
I'm trying to do a dump function in order to backup my database (i'm using the DH help file and following their code). when i click enter in SSH window, it asks me to enter password (even though i include my password in the code) when I enter my db password this is the error message that comes up:
mysqldump: Got error: 1044: Access denied for user: 'UserName@ipNumber/ipNumber' to database 'DB' when selecting the database
Another strange thing is that where it says "... to database 'DB'...", instead of referring to the db name, it show my password (so where you see 'DB' in the error it displays my password)
I thought it's the chmod but I changed it and the error still comes up.
anyone knows what the problem is?
thanks.