How to use the latest MySQL commercial Backup Tool

Source: Internet
Author: User
Users who bought the commercial version can use commercial backup tools to back up the MYSQL database. I will demonstrate how to back up and restore the database. This includes full backup and Incremental backup.

Users who bought the commercial version can use commercial backup tools to back up the MYSQL database. I will demonstrate how to back up and restore the database. This includes full backup and Incremental backup.

Users who bought the commercial version can use commercial backup tools to back up the MYSQL database. I will demonstrate how to back up and restore the database. This includes full backup and Incremental backup.

Backup Method

Full:

Increment:

The incremental data is merged to the full data to form a new full data.

Mysqlbackup -- backup-dir = "j: \ mysqlbackup" -- incremental-backup-dir = "j: \ mysqlbackup_inc" apply-incremental-backup

Recovery Method.

  • Stop MYSQLD
  • Mysqlbackup -- defaults-file = "H: \ Program Files \ MySQL \ mysql-advanced-5.6.10-winx64 \ my. ini "-- datadir =" H:/Program Files/MySQL/mysql-advanced-5.6.10-winx64/data "-- backup-dir =" j: \ mysqlbackup "copy-back
  • If the following information is displayed, the recovery is successful. Otherwise, the operation fails.

    Mysqlbackup completed OK!

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.