Skip to content

Instantly share code, notes, and snippets.

@kura1420
Last active May 30, 2025 02:09
Show Gist options
  • Select an option

  • Save kura1420/7100b1777e070436fa97782ce836804f to your computer and use it in GitHub Desktop.

Select an option

Save kura1420/7100b1777e070436fa97782ce836804f to your computer and use it in GitHub Desktop.
Script Dump Database Mysql with Shell
mysqldump -u username_database -p 'password_database' your_database | bzip2 -c > ~/directory/filename-$(date +%Y-%m-%d-%H.%M.%S).sql.bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment