The document summarizes MySQL high availability (HA) solutions used by bwin games AB. It discusses HA concepts and components, requirements for bwin's database platform, solutions considered including MySQL replication and clustering, and the obstacles with each. Bwin ultimately chose Linux HA due to its free cost and minimal required application changes. The implementation uses shared storage with DRBD and heartbeat across bonded network interfaces. While the solution provides HA, long recovery times still cause interruptions. Faster recovery and multi-master replication are recommended for true high availability.