Denmaseno 9 年之前
父节点
当前提交
097041b77a
共有 1 个文件被更改,包括 12 次插入0 次删除
  1. 12 0
      readme.md

+ 12 - 0
readme.md

@@ -95,6 +95,18 @@ check the Position
 check Exec_Master_Log_Pos equal with <master Position>
 
 
+#### Switch master/slave
+On slave:
+```
+STOP SLAVE;
+RESET SLAVE ALL;
+```
+On master:
+```
+xxxx TODO xxxx
+```
+
+
 ### CLEAN-UP:
 ```
 docker-compose rm -f