Skip to content

Instantly share code, notes, and snippets.

@greyaperez
Created July 8, 2013 15:01
Show Gist options
  • Save greyaperez/5949596 to your computer and use it in GitHub Desktop.
Save greyaperez/5949596 to your computer and use it in GitHub Desktop.
MySQL Import File
mysql -u {{USER}} -p{{PASS}} -h localhost {{DB-NAME}} < {{FILE}}.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment