MySQL Forums
Forum List  »  Federated Storage Engine

How to import data from Multiple servers using federated engine
Posted by: Amit Rane
Date: September 18, 2009 03:37AM

Hi all,

I wish to import data from multiple servers onto a single local machine using a federated engine.

the data is distributed on multiple servers where the database structure is same
only the table contents are different.
eg:

Server1:

table name question.

id........type
_________________
1 ........easy
2 ........medium
3 ........hard



Server2:

table name question.

id........type
_________________
4 ........easy
5 ........medium
6 ........hard


now the above two tables are on different servers.
I want to import data from both these tables using single federated table
and show the output as follows on a client machine.

Client:

table name question.

id type
________________
1 easy
2 medium
3 hard
4 easy
5 medium
6 hard


please i need it urgently.

thanx in advance

Amit.

Options: ReplyQuote


Subject
Views
Written By
Posted
How to import data from Multiple servers using federated engine
5983
September 18, 2009 03:37AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.