Configuring MySQL master-slave replication based on docker
Master slave replication
working principle
Master slave replication is a high availability and high performance solution provided by MySQL.
The working principle is divided into the following three steps:
1. The master records the data changes in * * binlog * *.
2. The I/O thread from the slave saves the binary log read from the master lib ...
Posted by jay_bo on Fri, 26 Nov 2021 12:30:43 -0800