Skip to content

Instantly share code, notes, and snippets.

@descubraomundo
Created July 24, 2013 23:00
Show Gist options
  • Save descubraomundo/6075406 to your computer and use it in GitHub Desktop.
Save descubraomundo/6075406 to your computer and use it in GitHub Desktop.
MYSQL Dump
backup: # mysqldump -u root -p[root_password] [database_name] > dumpfilename.sql
restore:# mysql -u root -p[root_password] [database_name] < dumpfilename.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment