style: fix linter issues

This commit is contained in:
Simon Cornet 2025-11-07 15:27:45 +01:00
commit d3c7748073

View file

@ -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