Skip to content

Instantly share code, notes, and snippets.

@KensoDev
Created March 3, 2016 18:29
Show Gist options
  • Select an option

  • Save KensoDev/ed15a39b501a66619ba5 to your computer and use it in GitHub Desktop.

Select an option

Save KensoDev/ed15a39b501a66619ba5 to your computer and use it in GitHub Desktop.
user=your-username
password=your-password
db=your-database-name
mysqldump -u $user -p$password --databases $db > `date +%Y%m%d`.$db.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment