mysqldump: fix example curly brackets placeholders (#8519)
This commit is contained in:
@@ -18,4 +18,4 @@
|
|||||||
|
|
||||||
- Backup all databases from a remote host, redirecting the output to a file (user will be prompted for a password):
|
- 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}}`
|
||||||
|
Reference in New Issue
Block a user