Skip to content

Instantly share code, notes, and snippets.

@joshuakfarrar
Created March 19, 2014 13:59
Show Gist options
  • Save joshuakfarrar/9642192 to your computer and use it in GitHub Desktop.
Save joshuakfarrar/9642192 to your computer and use it in GitHub Desktop.
# enter password twice even though no prompt exists. find a better way!
mysqldump -h $HOST -u $USERNAME -p $PRODUCTION_DB_NAME | mysql -h $HOST -u $USERNAME -p $ARCHIVE_DB_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment