Sorry may be the title is large.
- 2 mysql server
- server A and server B
I would be configurate Master-Slave for replication to Server A- Server B
I would be configurate (too) master-slave for replication to server B- Server A
My questions:
- Would it be replication in real-time? If I insert a new record in A, in how much time would be replicate in Server B? and vice versa
- Image I Update the same record in 2 server at same time. What would it happen? IS THERE SOME TOOL FOR CONFLICT RESOLUTION?
- What happened if a server is turn off? what happened with replication? would it be replicate when it turn on automatically? or I need to do it manually?
- Is there some other way for get the same result and avoid all those possible problems?