Skip to content

Instantly share code, notes, and snippets.

@verbaleks
Last active August 29, 2015 14:20
Show Gist options
  • Save verbaleks/3f1e741fe27faea4e154 to your computer and use it in GitHub Desktop.
Save verbaleks/3f1e741fe27faea4e154 to your computer and use it in GitHub Desktop.
Command samples
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