MySQL 5.6 Delayed replication, database recovery after mis-operation

Source: Internet
Author: User


MySQL 5.6 supports deferred replication and can Specify a deferred value on the Slave server. The default value is 0 seconds. Use the Master_delay option to set the N -second delay for change masterto .

1. following the actual demo , the normal operation from the node execution, set the delay of two seconds

STOP SLAVE; Change MASTER to Master_delay = 100; START SLAVE; Show SLAVE status\g; display sql_delay:100--delay 100S Sql_remaining_delay:null


2. Set up cancel deferred replication

STOP SLAVE; Change MASTER to Master_delay=0; START SLAVE;                    SHOW SLAVE Status\g; sql_delay:0--Cancel delay Sql_remaining_delay:null

3. Testing

Master node creation library CREATE database TEST; View show SLAVE status\g from node; sql_delay:100 sql_remaining_delay:83 slave_sql_running_state:waiting until master_delay seconds after Mas ter executed event ....

4. Reference website Documentation

Https://dev.mysql.com/doc/refman/5.6/en/replication-delayed.html



This article is from the "ROIDBA" blog, make sure to keep this source http://roidba.blog.51cto.com/12318731/1893340

MySQL 5.6 Delayed replication, database recovery after mis-operation

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.