Browse Source

更新 '技术分享/Mysql集群之mysql双主双活教程.md'

zhaojinyu 1 week ago
parent
commit
5f57876ac3
1 changed files with 3 additions and 1 deletions
  1. 3 1
      技术分享/Mysql集群之mysql双主双活教程.md

+ 3 - 1
技术分享/Mysql集群之mysql双主双活教程 → 技术分享/Mysql集群之mysql双主双活教程.md

@@ -1,3 +1,4 @@
+```
 第一种是keepalived方式
 第二种是nginx方式
 
@@ -648,4 +649,5 @@ MariaDB [(none)]>CHANGE MASTER TO MASTER_LOG_FILE='mysql-bin.000026', MASTER_LOG
 MariaDB [(none)]> start  slave;                               
 MariaDB [(none)]> show slave status\G      
 
-到此问题就解决了!
+到此问题就解决了!
+```