Skip to content

Instantly share code, notes, and snippets.

@alexdmejias
Created April 22, 2013 20:09
Show Gist options
  • Save alexdmejias/5438088 to your computer and use it in GitHub Desktop.
Save alexdmejias/5438088 to your computer and use it in GitHub Desktop.
mysql dumpssszs
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