wso2 / kubernetes-apim

Kubernetes and Helm resources for WSO2 API Manager
Apache License 2.0
112 stars 216 forks source link

Are there scripts for MySQL 8? #609

Open brunovianco opened 4 months ago

brunovianco commented 4 months ago

Description: We are using the scripts provided in the MySQL Helm chart from WSO2 repository (Chart Museum) to initialize a RDS with MySQL 8 Community engine but they are supposed to work with MySQL 5.7.41 and we are facing the following warning This storage engine does not support the HASH index algorithm, storage engine default was used instead., and because this version is EOL, we would like to have an updated script compatible with the newer versions of MySQL or even Aurora.

Suggested Labels: Question

Suggested Assignees:

Affected Product Version: 4.1.0, 4.2.0

OS, DB, other environment details and versions: APIM Single Node (alpine tag) RDS with MySQL 8 Community Engine

Steps to reproduce: Install the MySQL Helm chart from WSO2 repository (Chart Museum) to initialize a RDS with MySQL 8 Community engine and then the following error should occur when creating the shared database This storage engine does not support the HASH index algorithm, storage engine default was used instead.

Related Issues: