| Type | Hardened VM image |
|---|---|
| Upstream / license | MySQL Community Server (GPL-2.0 (with FOSS exception)) — see licenses |
| Version | MySQL Community 8.4 LTS (official repo.mysql.com packages). Current builds: release notes. |
| Architecture | x86-64 |
| Sizing | Any current-generation instance with ≥ 4 vCPU (pay-as-you-go floor); 8 vCPU recommended for production. |
| Port | Purpose | State |
|---|---|---|
| 22 | SSH (key-only) | default-open |
| 3306 | MySQL client protocol — bound to 127.0.0.1 | customer-must-open (config + firewall) |
| 33060 | MySQL X protocol — disabled/loopback | optional |
"customer-must-open" means a cloud firewall rule and, where noted, an in-image configuration change — both deliberate. Closed by default is the design.
No shared or default credentials are included in this image. Access uses the SSH key you supply at launch; any application credential is generated uniquely on your instance at first boot and stored only there — we never know it.
Log in: SSH with your launch key pair, then `sudo mysql` for a root database shell.
MySQL root uses auth_socket — no password exists at all.
sudo mysql # connects as root via the unix socketRotation: Not applicable to root (socket auth). For app users you create: ALTER USER ... IDENTIFIED BY with your own secret.
sudo mysql -e 'SELECT 1' (first boot completes when /var/lib/mysql-firstboot.done exists)Single-node; replication topology and remote exposure are deliberate customer decisions, not defaults.
Email support@dcassociatesgroup.com — first response within 1 business day (US Eastern), most tickets same-day. To escalate an open ticket, reply "ESCALATE"; it is reviewed by the founder within 1 business day. Security reports: vulnerability disclosure.
Privacy: policy · Terms: terms · Security practices: security & trust · Vulnerability reports: disclosure policy