I have one table t1 on database d1 of the server s1 and now another table t2 is in d2 of the server s2.Now i want some data of the table t1 and its related data from t2 table as resultant data.how can i make it possible?
FEDERATED Storage Engine in MySQL 5.0.related document i have seen any other option...what can i do to get data across two different server?