How to take MySQL Master-Master and Master-Slave replication backup?. I have setup Master-Master replication with a separate slave for each master on Ubuntu.
What happens if,
- I issue or schedule mysqldump on master servers.
- I allow developers to make changes directly connecting to master servers with the GUI tools(workbench).
Any help is appreciated. Thank you!