Skip to content

Instantly share code, notes, and snippets.

@szbl
Created February 26, 2015 17:44
Show Gist options
  • Save szbl/d776beeec2a773a67b97 to your computer and use it in GitHub Desktop.
Save szbl/d776beeec2a773a67b97 to your computer and use it in GitHub Desktop.
# assume: /path/to/sql/file/mydb.sql
cd /path/to/sql/file/
mysql -u root -p
# passord
> use mydb;
> \. mydb.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment