From 27db84e08c9364ca6f5ea5976ffb8891835d4e12 Mon Sep 17 00:00:00 2001 From: Ashera Silva Date: Fri, 1 Nov 2024 12:31:02 +0530 Subject: [PATCH] Update the tip with recommended connector version based on the mysql version --- en/docs/design/api-monetization/monetizing-an-api.md | 7 +++++-- .../setup/distributed-deployment/product-profiles.md | 7 +++++-- .../changing-default-databases/changing-to-mysql.md | 5 ++++- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/en/docs/design/api-monetization/monetizing-an-api.md b/en/docs/design/api-monetization/monetizing-an-api.md index e9b782124d..fc07665b5c 100644 --- a/en/docs/design/api-monetization/monetizing-an-api.md +++ b/en/docs/design/api-monetization/monetizing-an-api.md @@ -122,8 +122,11 @@ Let's use the As a MySQL database is used for this example scenario, download and copy the [MySQL connector JAR](https://downloads.mysql.com/archives/c-j/) into the `/repository/components/lib/` directory. diff --git a/en/docs/install-and-setup/setup/setting-up-databases/changing-default-databases/changing-to-mysql.md b/en/docs/install-and-setup/setup/setting-up-databases/changing-default-databases/changing-to-mysql.md index 60f6c5fba1..0377bc0b68 100644 --- a/en/docs/install-and-setup/setup/setting-up-databases/changing-default-databases/changing-to-mysql.md +++ b/en/docs/install-and-setup/setup/setting-up-databases/changing-default-databases/changing-to-mysql.md @@ -112,7 +112,10 @@ Follow the instructions below to set up a MySQL database: 2. Download the MySQL Java Connector from [MySQL Connector/J (Archived Versions)](https://downloads.mysql.com/archives/c-j/), and extract it. !!! tip - The tested connector version is **8.0.33**. + Look for the compatible MySQL Connector version based on the MySQL version being used. + + - For MySQL version 8.0.x, the compatible MySQL Connector version is **8.0.x**. + - For MySQL version 8.4.x, the compatible MySQL Connector version is **8.4.x**. 3. Copy the connector JAR file to the `/repository/components/lib/` directory in all the nodes of the cluster.