fix: readibility
This commit is contained in:
parent
1d4829a4d8
commit
ff846ef4b6
1 changed files with 2 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ enforce_gtid_consistency = ON
|
||||||
log_slave_updates = 1
|
log_slave_updates = 1
|
||||||
```
|
```
|
||||||
|
|
||||||
Restart mariadb: `systemctl restart mariadb`
|
Restart mariadb: `systemctl restart mariadb`
|
||||||
Restart mysql: `systemctl restart mysql`
|
Restart mysql: `systemctl restart mysql`
|
||||||
|
|
||||||
### Create replication user
|
### Create replication user
|
||||||
|
|
@ -106,7 +106,7 @@ enforce_gtid_consistency = ON
|
||||||
log_slave_updates = 1
|
log_slave_updates = 1
|
||||||
```
|
```
|
||||||
|
|
||||||
Restart mariadb: `systemctl restart mariadb`
|
Restart mariadb: `systemctl restart mariadb`
|
||||||
Restart mysql: `systemctl restart mysql`
|
Restart mysql: `systemctl restart mysql`
|
||||||
|
|
||||||
### Copy database dump
|
### Copy database dump
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue