Created
September 6, 2013 14:45
-
-
Save ZhandosKz/6464831 to your computer and use it in GitHub Desktop.
import sql file from comand line
This file contains hidden or 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
mysql -uusername -p | |
enter password | |
use tablename | |
source path_to_sql_file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment