Created
August 19, 2016 20:56
-
-
Save douglascabral/13ed60f22c898d72a9b31f8da5070a74 to your computer and use it in GitHub Desktop.
MySQL Import Data
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 --host=<IP_HOST_HERE> \ | |
--user=<USER> \ | |
--password=<PASSWORD> \ | |
<DATABASE> < /path/file/here.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment