This document discusses using MySQL in automated testing. It covers various tools that can be used to automate and manage database deployments as part of testing, including pt-online-schema-change, MySQL Sandbox, SYS, Outbrain Propagator, Liquibase, ORM migrations, and libeatmydata. It also discusses considerations for different MySQL versions, such as online DDL support being introduced in MySQL 5.6. The document aims to demonstrate that databases can and should be automated and treated as first-class citizens in testing environments.