mysqldump: fix example curly brackets placeholders (#8519)

pull/1/head
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
1 changed files with 1 additions and 1 deletions

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}}`