Last active
August 29, 2015 14:24
-
-
Save bunnywong/112fae8dbba0bfe44d04 to your computer and use it in GitHub Desktop.
Drush
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drush cc all | |
# Dump | |
drush sql-dump >dump.sql | |
drush sql-dump --gzip > ./sql/ime.sql.gz | |
# Login | |
drush uliSQL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment