Skip to content

Instantly share code, notes, and snippets.

@douglascabral
Created August 19, 2016 20:56
Show Gist options
  • Save douglascabral/13ed60f22c898d72a9b31f8da5070a74 to your computer and use it in GitHub Desktop.
Save douglascabral/13ed60f22c898d72a9b31f8da5070a74 to your computer and use it in GitHub Desktop.
MySQL Import Data
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