简体   繁体   中英

Script to incremental backup MySQL workbench in linux

I have an issue related to how to incremental backup MySQL workbench. Can anyone tell me the script to backup this? I want to back up all day and keep incremental with difference file. Can anyone give me the sample script about that?

Thank, Veasna.

The binary log (mysql-bin.log) is essentially an incremental back-up. It allows you to revert back to a previously stable database state.

see http://dev.mysql.com/doc/mysql-backup-excerpt/5.0/en/backup-policy.html

Making Incremental Backups by Enabling the Binary Log,

http://dev.mysql.com/doc/refman/5.6/en/backup-methods.html

May i know from where you are restarting the service, through command prompt Or from your control panel.

Share your error message here, you Will get further details if anyone knows.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM