Skip to content

Instantly share code, notes, and snippets.

@maximzasorin
Created November 12, 2015 21:49
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 maximzasorin/1890c7b8eb0fe6c049b5 to your computer and use it in GitHub Desktop.
Save maximzasorin/1890c7b8eb0fe6c049b5 to your computer and use it in GitHub Desktop.
Import *.sql to database via command line
sudo mysql -u *username* -p *dbname* < *file*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment