wso2 / docs-open-banking

Apache License 2.0
39 stars 25 forks source link

[OB300][MySQL8] - Need to set charset latin1 when creating APIM and IS DBs on MySQL8 #268

Closed malshaniS closed 3 years ago

malshaniS commented 3 years ago

Description: To use MySQL 8.0, we need to create the database with charset latin1 as shown below.

Eg: create database openbank_am_configdb character set latin1;

This affects to all the following DBs:

APIM pack

IS Pack

Suggested Labels:

Suggested Assignees: @SSParamee

Affected Product Version:

OS, DB, other environment details and versions:
DB: MySQL 8

Steps to reproduce:

Related Issues:

SSParamee commented 3 years ago

@isharailanga will add this to the Install and Setup doc section.

malshaniS commented 3 years ago

Closing the issue since this alteration is now added in the configure.sh files.