Skip to content

Instantly share code, notes, and snippets.

@bcarlso
Created October 21, 2009 12:47
Show Gist options
  • Save bcarlso/215080 to your computer and use it in GitHub Desktop.
Save bcarlso/215080 to your computer and use it in GitHub Desktop.
for i in `ls *.sql`; do mysql dbname -u root < $i; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment