MySQL master-slave configuration process

Source: Internet
Author: User

First refer to the MySQL5.5 official manual for the following chapters:

Section 6.4 How to set up replication

13.6.1 section for controlling the primary server SQL statements

13.6.2 section for controlling SQL statements from the server

6.8 section copy startup options

6.5 section replication compatibility between different MySQL versions

Note: The program and the copy SQL statements shown in the following sections require Super permissions

The following begins to set up master-slave replication:

1 Create an account to log into the master server from the service

MySQL > GRANT REPLICATION SLAVE on * * to ' Copy account name ' @ ' Copy account domain ' identified by ' password ';

MySQL master-slave configuration process

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.