Skip to content

Instantly share code, notes, and snippets.

@scottoffen
Created April 12, 2014 23:40
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 scottoffen/10562318 to your computer and use it in GitHub Desktop.
Save scottoffen/10562318 to your computer and use it in GitHub Desktop.
Export MySQL Schema
-- You will be prompted for a password as necessary
mysqldump -u [username] -p [schema] --no-data > schema.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment