
Mysql Router
- MySQL Charm Maintainers
- Cloud
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/edge | 256 | 16 Oct 2024 | |
latest/edge | 255 | 16 Oct 2024 | |
latest/edge | 254 | 16 Oct 2024 | |
latest/edge | 253 | 16 Oct 2024 | |
latest/edge | 201 | 19 Jun 2024 | |
latest/edge | 108 | 12 Sep 2023 | |
latest/edge | 62 | 10 Feb 2023 | |
8.0/stable | 257 | 17 Oct 2024 | |
dpe/candidate | 356 | 31 Mar 2025 | |
dpe/candidate | 355 | 31 Mar 2025 | |
dpe/candidate | 354 | 31 Mar 2025 | |
dpe/beta | 356 | 24 Mar 2025 | |
dpe/beta | 355 | 24 Mar 2025 | |
dpe/beta | 354 | 24 Mar 2025 | |
dpe/edge | 362 | 31 Mar 2025 | |
dpe/edge | 361 | 31 Mar 2025 | |
dpe/edge | 360 | 31 Mar 2025 | |
8.0.19/stable | 26 | 05 May 2022 | |
8.0.19/edge | 26 | 05 May 2022 | |
8.0.19/edge | 15 | 26 Apr 2022 |
juju deploy mysql-router --channel dpe/candidate
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
How to manage related applications
Modern mysql_client
interface:
Relations to new applications are supported via the “mysql_client” interface. To create a relation:
juju integrate mysql-router application
To remove a relation:
juju remove-relation mysql-router application
All listed on CharmHub applications are available here, e.g. mysql-test-app.
Legacy mysql-shared
interface:
This charm also supports the legacy relation via the mysql
interface. Please note that these interface is deprecated.
juju relate mysql-router:shared-db myapplication
Internal operator user
To rotate the internal router passwords, the relation with backend-database should be removed and related again. That process will generate a new user and password for the application, while retaining the requested database and data.
juju remove-relation mysql-router mysql
juju integrate mysql-router mysql