Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Korveld/c89052495c0584f348e1e1e6934af9d4 to your computer and use it in GitHub Desktop.
Save Korveld/c89052495c0584f348e1e1e6934af9d4 to your computer and use it in GitHub Desktop.
Backup MySQL databases using the mysqldump command
mysqldump -u root -p sakila > C:\MySQLBackup\sakila_20200424.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment