MySQL Test App
Platform:
26.04
24.04
22.04
20.04
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 74 | 26 Jun 2026 | |
| latest/stable | 75 | 26 Jun 2026 | |
| latest/stable | 147 | 26 Jun 2026 | |
| latest/stable | 150 | 26 Jun 2026 | |
| latest/stable | 144 | 26 Jun 2026 | |
| latest/stable | 145 | 26 Jun 2026 | |
| latest/stable | 142 | 26 Jun 2026 | |
| latest/stable | 146 | 26 Jun 2026 | |
| latest/stable | 148 | 26 Jun 2026 | |
| latest/stable | 149 | 26 Jun 2026 | |
| latest/stable | 143 | 26 Jun 2026 | |
| latest/edge | 162 | Yesterday | |
| latest/edge | 161 | Yesterday | |
| latest/edge | 160 | Yesterday | |
| latest/edge | 159 | Yesterday | |
| latest/edge | 158 | Yesterday | |
| latest/edge | 157 | Yesterday | |
| latest/edge | 146 | 24 Jun 2026 | |
| latest/edge | 145 | 24 Jun 2026 | |
| latest/edge | 142 | 24 Jun 2026 | |
| latest/edge | 75 | 18 Feb 2025 | |
| latest/edge | 74 | 18 Feb 2025 |
juju deploy mysql-test-app
MySQL Test App
The test application charm used in various test scenarios for Charmed MySQL K8s/VM installations.
While this tutorial intends to guide and teach you as you deploy MySQL Test App, it will be most beneficial if you already have a familiarity with:
- Basic terminal commands.
- MySQL concepts such as replication and users.
MySQL Test App is the workload-less charm. It can be deployed and used in both K8s and VM installations.
Just deploy and relate it:
# Deploy
juju deploy mysql db
juju deploy mysql-test-app app
juju relate db app:database
# Run endless load test
juju run app/leader start-continuous-writes # (optional, to start endless write test)
juju run app/leader stop-continuous-writes # (optional, to stop endless write test)
# Keep the house clean
juju remove-application app db