Skip to content

Instantly share code, notes, and snippets.

@gayanvirajith
Created July 29, 2014 09:56
Show Gist options
  • Save gayanvirajith/357bf69dd000fe489328 to your computer and use it in GitHub Desktop.
Save gayanvirajith/357bf69dd000fe489328 to your computer and use it in GitHub Desktop.
Export all MySQL databases at once
mysqldump -u root -p --all-databases > all_dbs.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment