diff --git a/en/docs/design/api-monetization/monetizing-an-api.md b/en/docs/design/api-monetization/monetizing-an-api.md index 55426b8881..f8f3069812 100644 --- a/en/docs/design/api-monetization/monetizing-an-api.md +++ b/en/docs/design/api-monetization/monetizing-an-api.md @@ -126,8 +126,11 @@ Let's use the [wso2-am-stripe-plugin](https://github.com/wso2-extensions/wso2-am 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 c493448475..1f058df39d 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 @@ -118,7 +118,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.