Is it possible to do replication of only one table with different mysql databases in different hosts? -
I am trying to replicate a table in a remote host in my database Suppose that a change in the remote database Has come and I want to be committed or duplicated for my database so that it can maintain it with the latest updates without any dumps, cron scripts or something similar. Is there a way to copy a table into a table in a table inside the database in a host, which I am working on? By the way, I am using mysql database in both a freebased based system.