MySQL Forums
Forum List  »  Backup

Re: Instructions for using mysqldump
Posted by: Peter Brawley
Date: March 03, 2017 02:43PM

> What needs to be in quotes? :
> K:\MySQL\MySQL Server 5.7\bin>mysqldump --version

Eh? If you've already navigated to the folder, no path arg is needed, unless the name of the executable itself contains spaces, which "mysqldump" does not. If you need to supply a path containing spaces, tyou need to quote the segment that contains spaces, or the whole path arg.

Consider working through a tutorial on use of cmd.exe. It's basic.

To see syntax for mysqldump, the command is not ...

mysqldump --version

It is ...

mysqldump --help --verbose | more

Options: ReplyQuote


Subject
Views
Written By
Posted
1452
March 02, 2017 10:42PM
Re: Instructions for using mysqldump
744
March 03, 2017 02:43PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.