MySQL Forums
Forum List  »  Newbie

Re: Migrating MySql from Debian to Windows
Posted by: Barry Galbraith
Date: June 18, 2014 05:46PM

Here's the documentation for mysqldump.
http://dev.mysql.com/doc/refman/5.5/en/mysqldump.html

It shows that -K is shorthand for --disable-keys

If you go through the doc you'll find all the other otions too.
Note that some shortcuts are UPPERCASE, and some are lowercase, and some options have no shortcut.

mysqldump can be entered from a shell command line, not mysql command line.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Migrating MySql from Debian to Windows
June 18, 2014 05:46PM


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.