Skip to content

Instantly share code, notes, and snippets.

@eslam-mahmoud
Created April 16, 2018 13:20
Show Gist options
  • Save eslam-mahmoud/02518ebec1a98c9d90fa232582184bc9 to your computer and use it in GitHub Desktop.
Save eslam-mahmoud/02518ebec1a98c9d90fa232582184bc9 to your computer and use it in GitHub Desktop.
find . -name '*.sql' | awk '{ print "source",$0 }' | mysql -v -u{user} -p{pass} -f {DB Name} --batch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment