Skip to content

Instantly share code, notes, and snippets.

@from-unknown
Created June 17, 2020 10:46
Show Gist options
  • Save from-unknown/29798833defbfcc91677aedea1261a5a to your computer and use it in GitHub Desktop.
Save from-unknown/29798833defbfcc91677aedea1261a5a to your computer and use it in GitHub Desktop.
restore MySql by docker-compose
#!/bin/bash
cat DUMP_FILE | docker-compose exec -T CONTAINER_NAME mysql -v -uUSER_NAME -pPASSWORD DB_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment