Let's say I have two databases 'db1' & 'db2' on different mysql servers 'A' & 'B' respectively.
I want to check every 6 hours if there is any update found in 'table1' in 'db2', then the 'table1' in 'db1' will be automatically updated.
How can I do that with trigger or a cron job? and when it will be fired?