Skip to content

Instantly share code, notes, and snippets.

@jmfederico
Last active September 24, 2015 22:58
Show Gist options
  • Save jmfederico/822650 to your computer and use it in GitHub Desktop.
Save jmfederico/822650 to your computer and use it in GitHub Desktop.
MySQL quick commands!
/* BackUp */
mysqldump --opt --password=miclave --user=miuser mibasededatos > archivo.sql
/* Restore */
mysql --password=miclave --user=miuser mibase < archivo.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment