Skip to content

Instantly share code, notes, and snippets.

@ccamara
Last active December 22, 2015 07:29
Show Gist options
  • Save ccamara/6438638 to your computer and use it in GitHub Desktop.
Save ccamara/6438638 to your computer and use it in GitHub Desktop.
How to import and export a #sql file into a database using #drush #drupal #database #sql-cli
# Export database.
drush sql-dump > ~/my-sql-dump-file-name.sql
# Import database.
drush sql-cli < backup.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment