style: fix linter issues
This commit is contained in:
parent
863c481d1b
commit
d3c7748073
1 changed files with 3 additions and 2 deletions
|
|
@ -1,9 +1,10 @@
|
|||
# MySQL / MariaDB replication
|
||||
|
||||
This is tested on MariaDB 11.
|
||||
|
||||
## Prepare source server/database
|
||||
|
||||
### Prepare mysql for replication
|
||||
### Prepare mysql source
|
||||
|
||||
```shell
|
||||
vim /etc/mysql/conf.d/mysqld.cnf
|
||||
|
|
@ -44,7 +45,7 @@ mariadb-dump -h source.example.com -u root -p --single-transaction --databases d
|
|||
|
||||
## Configure replicate
|
||||
|
||||
### Prepare mysql for replication
|
||||
### Prepare mysql replica
|
||||
|
||||
```shell
|
||||
vim /etc/mysql/conf.d/mysqld.cnf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue