Skip to content

Instantly share code, notes, and snippets.

@whylom
Created April 6, 2012 20:23
Show Gist options
  • Save whylom/2322673 to your computer and use it in GitHub Desktop.
Save whylom/2322673 to your computer and use it in GitHub Desktop.
Dump a MySQL schema without the data.
mysqldump --no-data -u root -ppw funky_database > funky_database.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment