I have two tables in different databases. The tables are exactly alike (same name,same columns,etc). My question is, how can I retrieve new rows from parent table and store into the child table? I thought of using mysqldbcompare but it compares Two Databases and Identify Differences but i need to do it on a table.
mysqldbcompare --server1=root:[email protected]\
--server2=root:[email protected] \
inteliviz:inteliviz\
--run-all-test --changes-for=server2 --difftype=sql
how to pass tables in here. Thanks in advance.