… needed before that happen. You can get the resource agent from here: https://github.com/y-trudeau/resource-agents/raw/master/heartbeat/mysql You… read_only setting on the slave so, make sure the application database use doesn’t have the SUPER privilege which overrides read_only…
Post: Percona Replication Manager, a solution for MySQL high availability with replication using Pacemaker
Post: How to know if you're updating Slave you should not ?
… good to set in the slave but it is not set always and also users with SUPER privilege bypass it. Looking into binary log is obvious choice – this is a good reason to have binary log on the slave if you do not need it for anything else. By default MySQL will only write statements which…
Post: Filtered MySQL Replication
…you need to skip some statements from binary logging. This command requires SUPER Privilege…you need replicated and pass it to the group of slaves. If you have several group of slaves which need different data sets replicated to them – you…

