MySQL DBA replication infrastructure and application scenarios (eight)

Replication environment to build

MySQL replication structure

MySQL Replication Works

MySQL replication applications in any scenario

 

DTS=>row+GTID

 

=====================================

Environment to build 

1.5.7.26

2.GTID+row

 

 

note

become independent slave node

stop slave;

reset slave all;

 

 

Clear data, so that becomes a new database instance

drop database xxx;

reset master;

show master status;

 

Guess you like

Origin www.cnblogs.com/geek-ace/p/11146080.html