Skip to content

Instantly share code, notes, and snippets.

@mludi
Created October 17, 2018 07:39
Show Gist options
  • Save mludi/cb98d87e56fcab18fd2e6201dd700688 to your computer and use it in GitHub Desktop.
Save mludi/cb98d87e56fcab18fd2e6201dd700688 to your computer and use it in GitHub Desktop.
Drop all MySQL Database tables
mysqldump --no-data --add-drop-table DB_NAME | grep ^DROP | mysql -v DB_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment