Skip to content

Instantly share code, notes, and snippets.

@haio
Created May 9, 2013 02:20
Show Gist options
  • Save haio/5545123 to your computer and use it in GitHub Desktop.
Save haio/5545123 to your computer and use it in GitHub Desktop.
mysqldump
entire db:
mysqldump -u breezelark-p mydb > mydb.sql
one table:
mysqldump -u lingxi -p mydb mytb> mytb.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment