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.

A possible solution is the FEDRated engine (Possibly with the event scheduler to update your local table)


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -