MySQL Sync Status

Source: Internet
Author: User

Exec_master_log_pos:the position of the last event executed by the SQL thread from the Master ' s binary Log (relay_master_ Log_file). (Relay_master_log_file, Exec_master_log_pos) in the Master's binary Log corresponds to (Relay_log_file, Relay_log_pos) in The relay log.
From the literal sense, (Relay_master_log_file, Exec_master_log_pos) and (Relay_log_file, Relay_log_pos) are corresponding, They represent the location of the statements being executed in the SQL process in slave, indicating the state of synchronization between Slave and master. When Relay_master_log_file and Master_log_file are the same in slave, and Read_master_log_pos and Exec_master_log_pos are exactly the same, Indicates that slave and master are in a fully synchronized state.

Relay_log_file, Relay_log_pos used for slave to do master.

  

MySQL Sync Status

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.