diff --git a/pages/common/mysqldump.md b/pages/common/mysqldump.md index 0f6125f220..569a4a84c6 100644 --- a/pages/common/mysqldump.md +++ b/pages/common/mysqldump.md @@ -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}}`