MYSQL Help

Soldato
Joined
22 Oct 2006
Posts
5,913
Being a bit of a noob at mysql I'm looking for some help.

I want to be able to replicate data between 2 data bases.

The 2 databases have the same structure. I want to be able to replicate some of the data from 1 table in 1 DB to another DB with a table of same name.

This will start off with 2 databases, and soon be expanded to more databases.

I'd like to be able to make it so if 1 database gets a change this data that is replicated is transferred between all of the databases.

Anyone know if this is possible?
 
Back
Top Bottom