Wiki page mariadb changed with summary [[Backup database] -- prevent DokuWiki markup from rendering] by Daniel

This commit is contained in:
ORG-wiki 2022-07-06 07:27:44 +12:00
parent 4aaace4485
commit 2a694512c4

View file

@ -100,7 +100,7 @@ EXIT;
===== Backup database ===== ===== Backup database =====
You can dump all databases with the following command ''mysqldump --single-transaction --flush-logs --master-data=2 --all-databases -u root -p | gzip > all_databases.sql.gz You can dump all databases with the following command ''mysqldump %%--%%single-transaction %%--%%flush-logs %%--%%master-data=2 %%--%%all-databases -u root -p | gzip > all_databases.sql.gz
''. ''.
Or use the following script, which contains: Or use the following script, which contains: