No manual lock table synchronization MySQL Database

Source: Internet
Author: User
Tags manual install perl mysql database percona

Ensure the system is installed with Perl-dbd-mysql

Yum Install Perl-dbd-mysql

Install Xtrabackup

The Xtrabackup 2.1 version does not support the InnoDB engine, so you need to download the 2.0.* version.

Wget http://www.percona.com/downloads/XtraBackup/XtraBackup-2.0.7/RPM/rhel5/x86_64/ percona-xtrabackup-2.0.7-552.rhel5.x86_64.rpm

Performing RPM–IVH percona-xtrabackup-2.0.7-552.rhel5.x86_64.rpm is easy to install the required packages.

Perform a backup

1. Ensure the source database is in the starting state

2. Execution instruction

Innobackupex--user=yourdbuser--PASSWORD=MAGICDB1--defaults-file=/etc/my.cnf < backup directory >

The backup directory is any large enough partition

3, check the backup directory, whether to generate data

compressing and transferring files

1. TARCZVF backdir.gz Backup

2, scpbackdir.gz Ip:/dir

Recover data (executed in target database)

1, cd dir

2, Tar Xvzf backdir.gz

3, to ensure that/etc/my.cnf files have a line Datadir=dir

4, to ensure that the database directory is empty

5. Perform Innobackupex--apply-log < backup directory >

6. Perform Innobackupex--copy-back--defaults-file=/etc/my.cnf < backup directory >

Data synchronization

1. Start MySQL

2, the implementation of MySQL master-slave synchronization

Related Article

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.