Multi master problem (no replies)
(MySQL.com) I've configed my replication with multi-master topology with 3 servers:
A is master of B, slave of C
B is master of C, slave of A
C is master of A, slave of B
A-->B--C-->A
After configuration and start all slave, it work correctly.