MySQL 5.7 Replication Update
davidstokes
- MySQL has had server replication for many years but what do you know about recent changes such as
- Parallel Replication
- Group Replication
- Global Transaction IDs (GTID)
- Multimaster Replication
- The ability to change filters on the fly
- Semi-sync versus synchronous replication
This talk start with the basics of setting up asynchronous replication and build on that to build fault tolerant server farms with automatic failover, so novice can quickly learn how to fully utilize the latest MySQL Replication Features.