Skip to content

Instantly share code, notes, and snippets.

@decebal
Created November 20, 2012 10:55
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 decebal/4117271 to your computer and use it in GitHub Desktop.
Save decebal/4117271 to your computer and use it in GitHub Desktop.
Mysql Client
To backup:
mysqldump -u user -p DATABASE > backup.sql
To import:
mysql -u user -p DATABASE < backup.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment