Skip to content

Commit

Permalink
feat:新增注释
Browse files Browse the repository at this point in the history
  • Loading branch information
gongna-au committed Jul 10, 2024
1 parent 06bc708 commit ace0ff2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
8 changes: 6 additions & 2 deletions _posts/2024-07-8-test-markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ comments: true

> Mysql 镜像版本 mysql:8.0.30 更高版本不支持show master status\G

Vim 3349.cnf
> Vim 3349.cnf

```shell
[mysqld]
Expand All @@ -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
Expand All @@ -32,6 +33,7 @@ log-bin=mysql-bin
default-authentication-plugin=mysql_native_password
```

> Vim 3369.cnf

```shell
[mysqld]
Expand All @@ -43,6 +45,8 @@ log-bin=mysql-bin
default-authentication-plugin=mysql_native_password
```

> 集群脚本

```shell
#!/bin/bash
Expand Down
8 changes: 5 additions & 3 deletions _posts/2024-07-9-test-markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ comments: true

> Mysql 镜像版本: ibex/debian-mysql-server-5.7

vim my3319.cnf
> vim my3319.cnf

```shell
[mysqld]
Expand All @@ -21,7 +21,7 @@ default-authentication-plugin=mysql_native_password
log-bin=mysql-bin
```

vim my3329.cnf
> vim my3329.cnf

```shell
[mysqld]
Expand All @@ -33,7 +33,7 @@ default-authentication-plugin=mysql_native_password
log-bin=mysql-bin
```

vim my3339.cnf
> vim my3339.cnf

```shell
[mysqld]
Expand All @@ -45,6 +45,8 @@ default-authentication-plugin=mysql_native_password
log-bin=mysql-bin
```

> 集群脚本

```shell
#!/bin/bash
Expand Down

0 comments on commit ace0ff2

Please sign in to comment.