Skip to content

Instantly share code, notes, and snippets.

@xeiter
Created January 11, 2016 10:11
Show Gist options
  • Save xeiter/230bf228755a2980692d to your computer and use it in GitHub Desktop.
Save xeiter/230bf228755a2980692d to your computer and use it in GitHub Desktop.
Import a dump file into MySQL database using command prompt
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