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

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -