Skip to content

Instantly share code, notes, and snippets.

@henno
Created February 12, 2021 14:09
Show Gist options
  • Select an option

  • Save henno/7f9e6e7035a6d92f15f5b8feb7fb4f7d to your computer and use it in GitHub Desktop.

Select an option

Save henno/7f9e6e7035a6d92f15f5b8feb7fb4f7d to your computer and use it in GitHub Desktop.
getLiveMySqlDbToDev.sh
ssh -C [email protected] "mysqldump -u myLiveUser -pMyLivePass myLiveDb --no-tablespaces" | mysql -u myLocalUser -pMyLocalPass myLocalDb
# -C use compression
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment