feat: rename mysql to mariadb

This commit is contained in:
Simon Cornet 2025-11-08 01:47:37 +01:00
commit a6ffcd8de5

View file

@ -21,7 +21,7 @@ gtid_strict_mode = 1
log_slave_updates = 1 log_slave_updates = 1
``` ```
Restart mysql: `systemctl restart mysql` Restart mariadb: `systemctl restart mariadb`
### Create replication user ### Create replication user
@ -69,7 +69,7 @@ gtid_strict_mode = 1
log_slave_updates = 1 log_slave_updates = 1
``` ```
Restart mysql: `systemctl restart mysql` Restart mariadb: `systemctl restart mariadb`
### Copy database dump ### Copy database dump