Skip to content

Instantly share code, notes, and snippets.

@pherrymason
Created December 13, 2013 09:24
Show Gist options
  • Save pherrymason/7941860 to your computer and use it in GitHub Desktop.
Save pherrymason/7941860 to your computer and use it in GitHub Desktop.
Import database from .sql (CLI)
mysql --password=user_password --user=username databasename < file.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment