Skip to content

Instantly share code, notes, and snippets.

@rxnlabs
Created June 18, 2014 14:24
Show Gist options
  • Save rxnlabs/f4d43c38f1a87a59879f to your computer and use it in GitHub Desktop.
Save rxnlabs/f4d43c38f1a87a59879f to your computer and use it in GitHub Desktop.
PowerShell - import mysql file using mysql-cli using PowerShell
& cmd.exe /c "mysql -u root -p -h localhost < myql_database.sql"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment