Skip to content

Instantly share code, notes, and snippets.

@zirosas
Last active December 19, 2015 03:18
Show Gist options
  • Save zirosas/5888908 to your computer and use it in GitHub Desktop.
Save zirosas/5888908 to your computer and use it in GitHub Desktop.
mysql import
mysql -u [username] -p [database_name] < [dumpfilename.sql]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment