is it possible with pt-table-sync to sync one table between two databases (databases have same structure) which are on the same localhost?
Example: I have first database “data1” with table “tbl1” and second database “data2” with table “tbl2” on the same mysql server and I want to have “tbl2” to be equal to “tbl1” if I make some changes to “tbl1”.
Here, 1st host will be reliable server and 2nd which is lacking data. You can also do vice-versa. I would suggest to check first with --print option on some stage servers and then try with prod dbs.