Skip to content

Instantly share code, notes, and snippets.

@dejanmarkovic
Created January 13, 2014 16:58
Show Gist options
  • Save dejanmarkovic/8403771 to your computer and use it in GitHub Desktop.
Save dejanmarkovic/8403771 to your computer and use it in GitHub Desktop.
MySql import from command line
mysql -u root -p databasename < /path/to/sql/frile/DB.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment