Skip to content

Instantly share code, notes, and snippets.

@chaosmail
Created November 8, 2014 13:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chaosmail/60c2aea202d07facd6ea to your computer and use it in GitHub Desktop.
Save chaosmail/60c2aea202d07facd6ea to your computer and use it in GitHub Desktop.
Import a Database in MySQL with the Comandline
mysql -u root -p -h localhost database_name < backup.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment