Skip to content

Instantly share code, notes, and snippets.

@ronildo
Created May 8, 2012 21:57
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 ronildo/2639704 to your computer and use it in GitHub Desktop.
Save ronildo/2639704 to your computer and use it in GitHub Desktop.
Mysql Dump from a command line
#!/bin/bash
mysqldump -uroot -p $1 > mysqldump.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment