Skip to content

Instantly share code, notes, and snippets.

@dejanmarkovic
Created November 7, 2013 23:05
Show Gist options
  • Save dejanmarkovic/7363417 to your computer and use it in GitHub Desktop.
Save dejanmarkovic/7363417 to your computer and use it in GitHub Desktop.
Import MySql database from command line
mysql -p -u root dbname < dbname.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment