my situation is: two mysql databases on two different PC. Inside each database is same table (same columns) with different data. This PC are two master-s. Slave is mysql database on another PC, again same table as in master (same columns-structure). I would like replicate tables from both masters to ONE table on slave. (like join data from two tables to one)
Is it possible this kind of scenario ?
I tried make this scenario but when I started replication I got message (via SHOW SLAVE STATUS) - " Error 'Duplicate entry '379' for key 'PRIMARY'' on query"
Regards, Attila