Created
November 22, 2019 14:45
-
-
Save mayconvm/89c2e3d77381bf185d1d418e1fb7b141 to your computer and use it in GitHub Desktop.
MYSQL Sync table
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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