---
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/landscape-client
---

##### 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)

* account-name | string

  The account this computer belongs to.
* computer-title | string

  The title of this computer
* data-path | string

  The directory to store data files in (default:
  '/var/lib/landscape/client/').
* disable-unattended-upgrades | boolean

  If true, an override will be set in apt to disable unattended-upgrades
  regardless of the setting created by the unattended-upgrades package.
* exchange-interval | int

  The number of seconds between server exchanges.
* http-proxy | string

  The URL of the HTTP proxy, if one is needed.
* https-proxy | string

  The URL of the HTTPS proxy, if one is needed.
* include-manager-plugins | string

  A comma-separated list of manager plugins to load, in addition to the
  default ones.
* log-dir | string

  The directory to write log files to (default:
  '/var/log/landscape').
* log-level | string

  One of debug, info, warning, error or critical.
* ping-interval | int

  The number of seconds between pings.
* ping-url | string

  The ping server URL to perform lightweight exchange initiation with.
  Normally http://fqdn/ping.
* ppa | string

  The PPA from which Landscape Client will be installed.
* registration-key | string

  The account-wide key used for registering clients.
* script-users | string

  A comma-separated list of users to allow scripts to run. To allow
  scripts to be run by any user, enter: ALL
* ssl-public-key | string

  The CA certificate to verify the server certificate with. This can be
  a path to a file, or a base64 encoded entry of the certificate itself,
  prefixed with "base64:". This config is only used if the message server
  URL given above starts with https.
* stagger-launch | float

  Default: 0.1

  Ratio, between 0 and 1, by which to stagger various tasks of Landscape.
* tags | string

  Comma separated list of tag names to be sent to the server.
* urgent-exchange-interval | int

  The number of seconds between urgent server exchanges.
* url | string

  The message server URL to connect to. Normally
  https://fqdn/message-system.
