Skip to content

Instantly share code, notes, and snippets.

@spyesx
Created February 3, 2016 17:31
Show Gist options
  • Save spyesx/edb4da38d29ebd471209 to your computer and use it in GitHub Desktop.
Save spyesx/edb4da38d29ebd471209 to your computer and use it in GitHub Desktop.
Mysql commands to import SQL from a file
cd path/to/the/sql/
mysql -p mysqlUser -p
use dbName
source file.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment