---
title: Charmhub | Deploy Charmed MySQL VM Bundle using Charmhub - The Open Operator
  Collection
description: Deploy the latest version of Charmed MySQL VM Bundle on any cloud.
url: https://charmhub.io/mysql-bundle/configurations/mysql
---

##### We've discontinued the registration of new Bundles

New Bundle registrations are no longer accepted. Existing bundles remain functional. We recommend using the Juju Terraform Provider for new deployments.

[Learn more](https://discourse.charmhub.io/t/discontinuing-new-charmhub-bundle-registrations/15344)

# Charmed MySQL VM Bundle

[Canonical](https://charmhub.io/publisher/data-platform "View all packages from Canonical")
| bundle

* [Canonical](https://charmhub.io/publisher/data-platform "View all packages from Canonical")
  | bundle
* [Databases](https://charmhub.io/?filter=databases)

Platform:

8.0/edge 92

```
juju deploy mysql-bundle --channel 8.0/edge
```

[Learn to deploy on juju >](https://juju.is/docs/juju/manage-applications)

* [Data Integrator](https://charmhub.io/mysql-bundle/configurations/data-integrator)
* [Grafana Agent](https://charmhub.io/mysql-bundle/configurations/grafana-agent)
* [Landscape Client](https://charmhub.io/mysql-bundle/configurations/landscape-client)
* [Mysql](https://charmhub.io/mysql-bundle/configurations/mysql)
* [Mysql Router](https://charmhub.io/mysql-bundle/configurations/mysql-router)
* [Data Integrator](https://charmhub.io/mysql-bundle/configurations/data-integrator)
* [Mysql Test App](https://charmhub.io/mysql-bundle/configurations/mysql-test-app)
* [S3 Integrator](https://charmhub.io/mysql-bundle/configurations/s3-integrator)
* [Self Signed Certificates](https://charmhub.io/mysql-bundle/configurations/self-signed-certificates)
* [Sysbench](https://charmhub.io/mysql-bundle/configurations/sysbench)
* [Ubuntu Advantage](https://charmhub.io/mysql-bundle/configurations/ubuntu-advantage)

[Learn about configurations >](https://juju.is/docs/juju/configuration#heading--application-configuration)

* binlog\_retention\_days | int

  Default: 7

  Number of days for binary logs retention
* 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.
* experimental-max-connections | int

  Maximum number of connections allowed to the MySQL server.
  When set max-connections value take precedence over the memory utilizations
  againts innodb\_buffer\_pool\_size.
  This is an experimental feature and may be removed in future releases.
* logs\_audit\_policy | string

  Default: logins

  Audit log policy. Allowed values are: "all", "logins" (default), "queries".
  Ref. at https://docs.percona.com/percona-server/8.0/audit-log-plugin.html#audit\_log\_policy
* logs\_retention\_period | string

  Default: auto

  Specifies the retention period for rotated logs, in days. Accepts an integer value of 3 or
  greater, or the special value "auto". When set to "auto" (default), the retention period is
  3 days, except when COS-related, where it is 1 day
* mysql-interface-database | string

  The database name for the legacy 'mysql' relation
* mysql-interface-user | string

  The database username for the legacy 'mysql' relation
* plugin-audit-enabled | boolean

  Default: True

  Enable the audit plugin
* plugin-audit-strategy | string

  Default: async

  Audit log plugin strategy. Allowed values are: "semi-async" and "async".
  Ref. at https://docs.percona.com/percona-server/8.0/audit-log-plugin.html#audit\_log\_strategy
* profile | string

  Default: production

  profile representing the scope of deployment, and used to be able to enable 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.
