Skip to content

Instantly share code, notes, and snippets.

@tahirm
Created March 27, 2014 13:44
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save tahirm/9807865 to your computer and use it in GitHub Desktop.
Save tahirm/9807865 to your computer and use it in GitHub Desktop.
mysqldump command to dump a remote database in locally. #db #sql #mysql #mysqldump #remote
mysqldump -u USER -p -h dev.incuray.com DATABASE > /path/to/output/file/DATABASE.sql;
@leclerc-web
Copy link

Sorry but your script doesn't work

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