Skip to content

Instantly share code, notes, and snippets.

@crstauf
Created February 5, 2019 03:13
Show Gist options
  • Save crstauf/1d1e53b81db648875039f4ad1775fc2e to your computer and use it in GitHub Desktop.
Save crstauf/1d1e53b81db648875039f4ad1775fc2e to your computer and use it in GitHub Desktop.
Terminal command to import SQL file
mysql -u <username> -p <databasename> < <filename.sql>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment