MySQL Forums
Forum List  »  MySQL Administrator

Re: help with Mysqldump
Posted by: Barry Galbraith
Date: October 27, 2009 03:10PM

You'll find the commandline options for mysqldump in the Reference Manual. Sect 4.5.4.

--opt This option is shorthand; it is the same as specifying --add-drop-table --add-locks --create-options --disable-keys --extended-insert --lock-tables --quick --set-charset.

The manual doesn't show -Q, but if you wun mysqldump --help it lists the options your version of mysqldump does support.
Mine shows that -Q is Quote database, table, and column names within backtick characters.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
October 27, 2009 08:29AM
Re: help with Mysqldump
October 27, 2009 03:10PM


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.