MySQL Forums
Forum List  »  Newbie

Re: incremental backups with myisam
Posted by: John Bowles
Date: March 10, 2015 02:17PM

I actually got it to work with MyIsam. Now I have a problem with the password to this command. Of course "MyPassword" is not the real password. I get the message below it even though the password is 100% for sure currect. If I remove these paramters " -flush-logs --delete-master-logs --master-data=2' it works (further proving the password is fine).

-bash-3.2# mysqldump -u root -pMyPassword -flush-logs --delete-master-logs --master-data=2 musiciansjamnetwork > MJN_backup.sql
mysqldump: Got error: 1045: Access denied for user 'sh-logs'@'localhost' (using password: YES) when trying to connect

Options: ReplyQuote


Subject
Written By
Posted
Re: incremental backups with myisam
March 10, 2015 02:17PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.