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:
parent
bde43e80e8
commit
47e56237bd
1 changed files with 1 additions and 1 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue