1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 15:35:27 +02:00

mysqldump: fix example curly brackets placeholders (#8519)

This commit is contained in:
Allen Shaw 2022-09-27 01:44:19 +08:00 committed by GitHub
parent bde43e80e8
commit 47e56237bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,4 +18,4 @@
- Backup all databases from a remote host, redirecting the output to a file (user will be prompted for a password):
`mysqldump --host={(ip_or_hostname)} --user {{user}} --password --all-databases > ({path/to/file.sql}}`
`mysqldump --host={{ip_or_hostname}} --user {{user}} --password --all-databases > {{path/to/file.sql}}`