From ace0ff29b0d797c7a3d79ab3f206e4d54ab6987d Mon Sep 17 00:00:00 2001 From: gongna <2036479155@qq.com> Date: Wed, 10 Jul 2024 17:28:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E6=96=B0=E5=A2=9E=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/2024-07-8-test-markdown.md | 8 ++++++-- _posts/2024-07-9-test-markdown.md | 8 +++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/_posts/2024-07-8-test-markdown.md b/_posts/2024-07-8-test-markdown.md index 77ad9de8b6c0..dd16ee067e52 100644 --- a/_posts/2024-07-8-test-markdown.md +++ b/_posts/2024-07-8-test-markdown.md @@ -9,7 +9,7 @@ comments: true > Mysql 镜像版本 mysql:8.0.30 更高版本不支持show master status\G -Vim 3349.cnf +> Vim 3349.cnf ```shell [mysqld] @@ -21,7 +21,8 @@ log-bin=mysql-bin default-authentication-plugin=mysql_native_password ``` -Vim 3359.cnf +> Vim 3359.cnf + ```shell [mysqld] server-id=33359 @@ -32,6 +33,7 @@ log-bin=mysql-bin default-authentication-plugin=mysql_native_password ``` +> Vim 3369.cnf ```shell [mysqld] @@ -43,6 +45,8 @@ log-bin=mysql-bin default-authentication-plugin=mysql_native_password ``` +> 集群脚本 + ```shell #!/bin/bash diff --git a/_posts/2024-07-9-test-markdown.md b/_posts/2024-07-9-test-markdown.md index 5929f106e45e..85ad7ad9cb73 100644 --- a/_posts/2024-07-9-test-markdown.md +++ b/_posts/2024-07-9-test-markdown.md @@ -9,7 +9,7 @@ comments: true > Mysql 镜像版本: ibex/debian-mysql-server-5.7 -vim my3319.cnf +> vim my3319.cnf ```shell [mysqld] @@ -21,7 +21,7 @@ default-authentication-plugin=mysql_native_password log-bin=mysql-bin ``` -vim my3329.cnf +> vim my3329.cnf ```shell [mysqld] @@ -33,7 +33,7 @@ default-authentication-plugin=mysql_native_password log-bin=mysql-bin ``` -vim my3339.cnf +> vim my3339.cnf ```shell [mysqld] @@ -45,6 +45,8 @@ default-authentication-plugin=mysql_native_password log-bin=mysql-bin ``` +> 集群脚本 + ```shell #!/bin/bash