The slave replication process does not start mysql and starts skip-slave-start parameter _ MySQL

Source: Internet
Author: User
The slave replication process does not start mysql and starts the skip-slave-start parameter bitsCN.com.

The slave replication process does not start mysql and starts the skip-slave-start parameter.

In any case, today's mining is pitfall. There is a set of master and slave databases. in the early stage, only some of these databases are copied in the my. cnf configuration file. Later, due to business requirements, the database that has not been copied should also be copied.

Today, after modifying the my. cnf configuration file and restarting the database, the sad thing happened. slave also started, and then began to copy, resulting in data inconsistency. The key is to reset slave from the slave database. The correct steps are as follows:

1. dump the master database data and stop the slave.

2. pass it to the slave database slave and restore it on the slave database slave.

3. change master to and set slave database replication information for slave.

4. it is important to modify the configuration file and start the mysql database.

Because I put Step 4 before step 3, the operation after step 3 fails and the data is inconsistent.

In the my. cnf configuration file, you can add this parameter skip_slave_start, so that the replication process will not start as the database starts.

[Mysqld]

Skip-slave-start

BitsCN.com

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.