Charmed MySQL

Channel Revision Published Runs on
8.0/stable 240 20 Jun 2024
Ubuntu 22.04
8.0/candidate 306 14 Nov 2024
Ubuntu 22.04
8.0/candidate 305 14 Nov 2024
Ubuntu 22.04
8.0/beta 306 14 Nov 2024
Ubuntu 22.04
8.0/beta 305 14 Nov 2024
Ubuntu 22.04
8.0/edge 306 14 Nov 2024
Ubuntu 22.04
8.0/edge 305 14 Nov 2024
Ubuntu 22.04
juju deploy mysql --channel 8.0/candidate
Show information

Platform:

Ubuntu
22.04

Charmed MySQL Tutorial

This section of our documentation contains comprehensive, hands-on tutorials to help you learn how to deploy Charmed MySQL on machines and become familiar with its available operations.

Prerequisites

While this tutorial intends to guide you as you deploy Charmed MySQL for the first time, it will be most beneficial if:

  • You have some experience using a Linux-based CLI
  • You are familiar with MySQL concepts such as replication and users.
  • Your computer fulfils the minimum system requirements

Tutorial contents

Step Details
1. Set up your environment Set up a cloud environment for your deployment using Multipass with LXD and Juju.
2. Deploy MySQL Learn to deploy MySQL using a single command and access the database directly.
3. Scale your replicas Learn how to enable high availability with MySQL InnoDB Cluster
4. Manage passwords Learn how to request and change passwords.
5. Integrate MySQL with other applications Learn how to integrate with other applications using the Data Integrator Charm, access the integrated database, and manage users.
6. Enable TLS encryption Learn how to enable TLS encryption on your MySQL cluster
7. Clean up your environment Free up your machine’s resources.