Skip to content

⭐ StartMysql

Terrence Daniels edited this page Jul 31, 2026 · 2 revisions

StartMysql provisions MySQL databases through the same 7-step pipeline every engine follows (see StartActions Overview). MySQL's own specifics — SSL support, cert mount path, healthcheck probe — are covered in the database-provisioning-engines.html, alongside the other 7 engines, rather than repeated here.

MySQL supports SSL/TLS through the shared SSL Subsystem (one CA per server, one leaf certificate per database).

Clone this wiki locally