feat: rename mysql to mariadb
This commit is contained in:
parent
8448d98ffe
commit
a6ffcd8de5
1 changed files with 2 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ gtid_strict_mode = 1
|
|||
log_slave_updates = 1
|
||||
```
|
||||
|
||||
Restart mysql: `systemctl restart mysql`
|
||||
Restart mariadb: `systemctl restart mariadb`
|
||||
|
||||
### Create replication user
|
||||
|
||||
|
|
@ -69,7 +69,7 @@ gtid_strict_mode = 1
|
|||
log_slave_updates = 1
|
||||
```
|
||||
|
||||
Restart mysql: `systemctl restart mysql`
|
||||
Restart mariadb: `systemctl restart mariadb`
|
||||
|
||||
### Copy database dump
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue