Created
February 3, 2016 17:31
-
-
Save spyesx/edb4da38d29ebd471209 to your computer and use it in GitHub Desktop.
Mysql commands to import SQL from a file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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