Re: MYSQL Replication 4.0.X
what do you mean with 'correlate the data in a third MYSQL DB'?
a simple copy:
server1.mysql1.db1 -> server3.mysql1.db1
server2.mysql1.db1 -> server3.mysql2.db1
that's no problem but you need two mysql running on server3.
mysql 4.x doesn't support mulitmaster replication. (i think 5.x will support it)
or a merge:
server1.mysql1.db1 ->
server3.mysql1.db1
server2.mysql1.db1 ->
beside the multimaster problem a merge would be a problem because of unique, primary keys and auto_increment (if all tables an server1 and server2 have the same names).
so if you want a merge you need to code your own scripts and check for duplicated keys and and and... sounds like a tough job.
Subject
Views
Written By
Posted
3128
May 03, 2005 01:31PM
Re: MYSQL Replication 4.0.X
2096
May 04, 2005 02:10AM
1994
May 10, 2005 07:29AM
2094
May 11, 2005 12:56AM
2030
May 11, 2005 07:05AM
2147
May 11, 2005 10:53AM
2175
May 12, 2005 01:59AM
2000
May 13, 2005 02:24PM
2129
May 15, 2005 07:24PM
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.