I've been trying to backup the tables of my database using mysqldump then suddenly I ran into entering wrong password and syntax several times. After trying again, it says "Access is Denied." How should I fix this error?
I just typed it this way "mysqldump -u root -p --no-data maligaya > maligaya.sql" and instead of entering my password it says "Access is denied"? :(
I just typed it this way "mysqldump -u root -p --no-data maligaya > maligaya.sql" and instead of entering my password it says "Access is denied"? :(