Skip to content

Instantly share code, notes, and snippets.

@iamtekeste
Created January 22, 2014 19:11
Show Gist options
  • Select an option

  • Save iamtekeste/8565306 to your computer and use it in GitHub Desktop.

Select an option

Save iamtekeste/8565306 to your computer and use it in GitHub Desktop.
MySql Related Commands
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