MySQL Forums
Forum List  »  Newbie

Mysql Replication
Posted by: mysql.com
Date: August 10, 2004 04:49AM

I am currently writting a large java system that uses mysql for its database.

In the system there will be one 'national' mysql server that holds a copy of all information.

There will also be many other servers that hold the information that is applicable to them.

There will be some database tables that are on all copies of the database and other tables that are only found on the national server and one other server.

What I would like to be able to do is have the changes to one table update all other copies of that table. The change could be made on the national server or any other server that holds that information.

Could someone point me in some direction?

Options: ReplyQuote


Subject
Written By
Posted
Mysql Replication
August 10, 2004 04:49AM


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.