Skip to content

Instantly share code, notes, and snippets.

@marciol
Created July 12, 2012 15:44
Show Gist options
  • Save marciol/3098936 to your computer and use it in GitHub Desktop.
Save marciol/3098936 to your computer and use it in GitHub Desktop.
msyqldump command tips
# Only insert data
mysqldump --compact --no-create-info
# Only structure
mysqldump --compact --no-data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment