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. |