Advertisement
hoanglong

sync a mysql table between 2 remote db + crontab

Oct 23rd, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. -sync a MySQL table between two remote databases.
  2. dung cai nay: https://central.superhost.vn/knowledgebase/207/Hng-dn-thc-hin-Dump-1-table-trong-mysql.html
  3. http://serverfault.com/questions/356070/how-to-sync-two-mysql-tables-on-demand-or-via-cron
  4. http://www.maatkit.org/doc/mk-table-sync.html
  5. http://codeinthehole.com/writing/how-to-sync-a-mysql-table-between-two-remote-databases/
  6. http://www.unix.com/web-programming/125834-how-do-you-sync-tables-mysql-between-two-different-servers.html
  7. http://stackoverflow.com/questions/15577073/how-to-sync-two-mysql-tables
  8. http://stackoverflow.com/questions/7707859/mysql-database-sync-between-two-databases
  9.  
  10. cau lenh sync 1 hoac nhieu table: mysqldump -u username -p db_name table1_name table2_name table3_name > dump.sql
  11. sau do restore bao db mong muon
  12. http://stackoverflow.com/questions/2987366/how-to-dump-only-specific-data-table-from-a-database-in-mysql
  13. http://dba.stackexchange.com/questions/9306/how-do-you-mysqldump-specific-tables
  14.  
  15. -mysqldumper
  16. http://sinhvienit.net/forum/huong-dan-dung-mysqldumper-de-backup-tu-dong-va-gui-data-sang-host-khac.197881.html
  17. crontab
  18. http://www.hvaonline.net/hvaonline/posts/list/20066.hva
  19.  
  20. -pt-table toolkit
  21. http://ulaptech.blogspot.com/2013/11/yum-install-percona-toolkit-maatkit.html
  22. http://www.percona.com/doc/percona-toolkit/2.2/pt-table-sync.html
  23. cach debug
  24. http://stackoverflow.com/questions/19262619/synchronization-bidirectional-with-pt-table-sync
  25. ghi chú: thêm --execute sau pt-table-sync để thực hiện đồng bộ.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement