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
|
# MySQL / MariaDB replication
|
||||||
|
|
||||||
This is tested on MariaDB 11.
|
This is tested on MariaDB 11.
|
||||||
|
|
||||||
## Prepare source server/database
|
## Prepare source server/database
|
||||||
|
|
||||||
### Prepare mysql for replication
|
### Prepare mysql source
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
vim /etc/mysql/conf.d/mysqld.cnf
|
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
|
## Configure replicate
|
||||||
|
|
||||||
### Prepare mysql for replication
|
### Prepare mysql replica
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
vim /etc/mysql/conf.d/mysqld.cnf
|
vim /etc/mysql/conf.d/mysqld.cnf
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue