MySQL master-slave replication via Gtid mode

Source: Internet
Author: User
1, create the replication user, with replication slave permissions, can ensure that slave master data synchronization past master: #grant replication Slave on * * to ' rep ' @ ' 192.168.10.100 ' identified by ' 123456 '; 2, open Gtid need to enable these three parameters #GTIDgtid_mode = onenforce-gtid-consistency = 1log_slave_updates = 13, slave configuration synchronization #change master to master_host= ' 192.168.10.99 ', Master_user= ' rep ', master_password= ' 123456 ', master_port=3306,master_auto_position=1;

MySQL master-slave replication via Gtid mode

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.