Charmed MySQL

  • By Canonical Data Platform
  • Cloud
Channel Revision Published Runs on
8.0/stable 196 29 Sep 2023
Ubuntu 22.04
8.0/candidate 203 14 Dec 2023
Ubuntu 22.04
8.0/beta 216 18 Mar 2024
Ubuntu 22.04
8.0/edge 223 26 Apr 2024
Ubuntu 22.04
juju deploy mysql --channel 8.0/edge
Show information

Platform:

Ubuntu
22.04

Learn about configurations >

  • cluster-name | string

    Optional - Name of the MySQL InnoDB cluster, set once at deployment

  • cluster-set-name | string

    Optional - Name for async replication cluster set, set once at deployment. On `recreate-clster` action call, the cluster set name will be re-generated automatically.

  • mysql-interface-database | string

    The database name for the legacy 'mysql' relation

  • mysql-interface-user | string

    The database username for the legacy 'mysql' relation

  • profile | string

    Default: production

    profile representing the scope of deployment, and used to be able to enable high-level high-level customisation of sysconfigs, resource checks/allocation, warning levels, etc. Allowed values are: “production” and “testing”.

  • profile-limit-memory | int

    Amount of memory in Megabytes to limit MySQL and associated process to. If unset, this will be decided according to the default memory limit in the selected profile. Only comes into effect when the `production` profile is selected.