Skip to content

Instantly share code, notes, and snippets.

@blackout314
Created October 21, 2021 10:30
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 blackout314/38b2830c1edbbeed2491a4b90c44ac63 to your computer and use it in GitHub Desktop.
Save blackout314/38b2830c1edbbeed2491a4b90c44ac63 to your computer and use it in GitHub Desktop.
MYSQL BACKUP CHEATSHEET

restore db

mysql -h host --one-database arnaldoz < db.sql -u root -p

backup db

mysqldump --database arnaldoz mysql > db.sql -u root -p

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment