This document introduces MySQL Clone, a new plugin that provides a simple way to create consistent replicas of a MySQL database instance. It allows cloning data from a "donor" server to a new "recipient" server. The clone operation produces a replica with matching binary log positions and transactional consistency. It is faster than traditional replication and supports resuming interrupted clones. MySQL Clone can be used to provision new replication nodes or re-provision existing nodes.