Skip to content

Instantly share code, notes, and snippets.

@mayconvm
Created November 22, 2019 14:45
Show Gist options
  • Select an option

  • Save mayconvm/89c2e3d77381bf185d1d418e1fb7b141 to your computer and use it in GitHub Desktop.

Select an option

Save mayconvm/89c2e3d77381bf185d1d418e1fb7b141 to your computer and use it in GitHub Desktop.
MYSQL Sync table
SYNC TABLE
mysqldump --opt --user=<youruser> --password=<yourpassword> -host <yourhost> \
<yourDB> <yourtable> | mysql -u <newserveruser> -p<password>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment