Hello everyone,
I need to back up my database using this command:
mysqldump --opt -Q -u database_user -p database_name > mydatabase.sql
but it asked for the password, I enter the password for that database_user but it said :
mysqldump: Got error: 1045: Access denied for user 'timbanga_timbang'@'localhost' (using password: YES) when trying to connect.
What should I do? I enter password correctly though.
Sincerely,
Calvin



LinkBack URL
About LinkBacks
Reply With Quote





