I tried to backup my database with
mysqldump --opt mydb > mydb.sql
and I got the error message:
mysqldump: Got error: 1045: Access denied for user 'ODBC'@'localhost' (using pas
sword: NO) when trying to connect
Then I tried
mysqldump --opt --password mydb > mydb.sql
When I entered the password that I use to connect to MySql Command Line Client I got the error message
mysqldump: Got error: 1045: Access denied for user 'ODBC'@'localhost' (using pas
sword: YES) when trying to connect
Can somebody tell me what to do?
Thanks in advance.
mysqldump --opt mydb > mydb.sql
and I got the error message:
mysqldump: Got error: 1045: Access denied for user 'ODBC'@'localhost' (using pas
sword: NO) when trying to connect
Then I tried
mysqldump --opt --password mydb > mydb.sql
When I entered the password that I use to connect to MySql Command Line Client I got the error message
mysqldump: Got error: 1045: Access denied for user 'ODBC'@'localhost' (using pas
sword: YES) when trying to connect
Can somebody tell me what to do?
Thanks in advance.