MySQL Forums
Forum List  »  Replication

Replication between different databases in the same MySQL server
Posted by: Renganathan D
Date: February 03, 2009 02:01AM

Anybody has any configuration information about the replication between different databases (InnoDB) in the same MySQL server.

For example:
The host mysql01-server has two databases(InnoDB) db1 and db2.
db1 has 5 tables like tbl1, tbl2, tbl3, tbl4 and tbl5.
db2 has only 3 tables like tbl1, tbl2 and tbl3.
db1 should act as master and db2 should act as salve. Only tbl2 and tbl3 need to replicated between db1 and db2.

This requirement is really urgent. Please share your ideas with me

Options: ReplyQuote


Subject
Views
Written By
Posted
Replication between different databases in the same MySQL server
3880
February 03, 2009 02:01AM


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.