DC Associates Group logoDC Associates Group

Home / Docs / MySQL Community 8.4 LTS (Hardened) / Security

MySQL Community 8.4 LTS (Hardened) — security notes

Network exposure

PortPurposeState
22SSH (key-only)default-open
3306MySQL client protocol — bound to 127.0.0.1customer-must-open (config + firewall)
33060MySQL X protocol — disabled/loopbackoptional

"customer-must-open" means a cloud firewall rule and, where noted, an in-image configuration change — both deliberate. Closed by default is the design.

Shared responsibility

We maintainThe hardened image: package selection, hardening baseline, CVE rebuilds, listing freshness, and these docs.
You controlThe running instance: OS patching between image versions, network exposure, IAM, data, and backups.
Your cloud providesPhysical/hypervisor security, marketplace billing, and the firewall primitives this design relies on.