Skip to content

Commit

Permalink
Update the tip with recommended connector version based on the mysql …
Browse files Browse the repository at this point in the history
…version
  • Loading branch information
ashera96 committed Nov 1, 2024
1 parent 3ca86f8 commit 27db84e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
7 changes: 5 additions & 2 deletions en/docs/design/api-monetization/monetizing-an-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<APIM_HOME/repository/components/lib` directory.
!!!tip
Tested connector version is **8.0.33**.
!!! tip
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**.
2. Configure the WSO2 API Manager related datasource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,11 @@ Create an optimized distribution for a particular API-M profile.
1. Download the [MySQL connector JAR](https://downloads.mysql.com/archives/c-j/) file and extract it.
!!!tip
Tested connector version is **8.0.33**.
!!! tip
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**.
2. Copy it to the `<API-M_HOME>/repository/components/lib/` directory.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<API-M_HOME>/repository/components/lib/` directory in all the nodes of the cluster.
Expand Down

0 comments on commit 27db84e

Please sign in to comment.