Skip to content

Instantly share code, notes, and snippets.

@sdvcrx
Created August 10, 2013 13:37
Show Gist options
  • Save sdvcrx/6200461 to your computer and use it in GitHub Desktop.
Save sdvcrx/6200461 to your computer and use it in GitHub Desktop.
MySQL简单的备份恢复(mysqldump)
mysqldump -u root -p linuxcast > linuxcast_backup.sql
mysql -u root -p linuxcast < linuxcast_backup.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment