Created
January 11, 2016 10:11
-
-
Save xeiter/230bf228755a2980692d to your computer and use it in GitHub Desktop.
Import a dump file into MySQL database using command prompt
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 -u username -ppassword databasename < filename.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment