Skip to content

Instantly share code, notes, and snippets.

@achilles283
Created August 28, 2013 19:10
Show Gist options
  • Save achilles283/6369980 to your computer and use it in GitHub Desktop.
Save achilles283/6369980 to your computer and use it in GitHub Desktop.
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