Skip to content

Instantly share code, notes, and snippets.

@degt
Created July 2, 2015 02:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save degt/936905a2f933da81e514 to your computer and use it in GitHub Desktop.
Save degt/936905a2f933da81e514 to your computer and use it in GitHub Desktop.
Mysql dump table without data
mysqldump -u root -p --no-data databasename tablename > filename.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment