Skip to content

Instantly share code, notes, and snippets.

@cillosis
Created January 31, 2013 16:45
Show Gist options
  • Save cillosis/4684245 to your computer and use it in GitHub Desktop.
Save cillosis/4684245 to your computer and use it in GitHub Desktop.
MySQL Database Schema Export
mysqldump -u user -h localhost --no-data -p database > database.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment