Charmed MySQL

Channel Revision Published Runs on
8.0/stable 313 03 Dec 2024
Ubuntu 22.04
8.0/stable 312 03 Dec 2024
Ubuntu 22.04
8.0/candidate 313 02 Dec 2024
Ubuntu 22.04
8.0/candidate 312 02 Dec 2024
Ubuntu 22.04
8.0/beta 313 02 Dec 2024
Ubuntu 22.04
8.0/beta 312 02 Dec 2024
Ubuntu 22.04
8.0/edge 323 16 Dec 2024
Ubuntu 22.04
8.0/edge 322 16 Dec 2024
Ubuntu 22.04
juju deploy mysql --channel 8.0/stable
Show information

Platform:

Ubuntu
22.04

Charmed MySQL Tutorial > 7. Clean up your environment

Clean up your environment

In this tutorial we’ve successfully deployed and accessed MySQL on LXD, added and removed cluster members, added and removed database users, and enabled a layer of security with TLS.

You may now keep your MySQL deployment running and write to the database, or remove it entirely using the steps in this page.

Stop your virtual machine

If you’d like to keep your environment for later, simply stop your VM with

multipass stop my-vm

Delete your virtual machine

If you’re done with testing and would like to free up resources on your machine, you can remove the VM entirely.

Warning: When you remove VM as shown below, you will lose all the data in MySQL and any other applications inside Multipass VM!

For more information, see the docs for multipass delete.

Delete your VM and its data by running

multipass delete --purge my-vm

Next Steps


Help improve this document in the forum (guidelines). Last updated 2 months ago.