MySQL Replication
A few interesting MySQL replication scenarios:
Encrypted WAN Replication:
A company with mission-critical database services wanted real-time WAN backup of MySQL database. I setup remote, ssh-encrypted MySQL replications across WAN for real-time backup of SQL database. System supports “catch-up” replication in case network is slow or down. Allows client to recover to any moment in time if main server goes down.