Skip to content

Instantly share code, notes, and snippets.

@MEGApixel23
Created December 14, 2016 09:54
Show Gist options
  • Save MEGApixel23/9dd7a3f410ed8405da1431f6362e0b94 to your computer and use it in GitHub Desktop.
Save MEGApixel23/9dd7a3f410ed8405da1431f6362e0b94 to your computer and use it in GitHub Desktop.
docker exec -i segmentaiunstable_database_1 mysqldump -uroot -psecret segment_ai_unstable > /tmp/unst.sql
docker exec -i segmentai_database_1 mysql -uroot -psecret segment_ai < temp/ddd.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment