wso2esb - wso2 is and esb UTF8 -


Error installing IS

I'm setting wso2 is MySql set MySQL UTF-8 while these errors are:

1:

index hash on REG_PATH_IND_BY_PATH_VALUE REG_PATH (REG_PATH_VALUE, REG_TENANT_ID) tax;

Error

  MySQL database error: Table '# SQL -197 b_412' is an extension that uses the MySQL version does not exist  

2:

  Create table IDN_OAUTH2_AUTHORIZATION_CODE (AUTHORIZATION_CODE VARCHAR (255), CONSUMER_KEY VARCHAR (255), CALLBACK_URL VARCHAR (1024), Scope VARCHAR (2048), AUTHZ_USER VARCHAR (512), TIME_CREATED TIMESTAMP, VALIDITY_PERIOD BIGINT, primary key (AUTHORIZATION_CODE), foreign key (CONSUMER_KEY) reference IDN_OAUTH_CONSUMER_APPS (CONSUMER_KEY) DELETE CASCADE on) TABLESPACE tb_regdb engine Andibi storage disk;  

Error:

  MySQL database error: Got error 851 'supported byte maximum 8052 set columns, use varchar or COLUMN_FORMAT DYNAMIC instead of' NDBCLUSTER  

Can WSO2 be installed on a database in UTF8?

is concerned

I think you have a MySQL cluster with NDB engine You need to run a MySQL script which is & lt; IS_HOME & gt; /dbscripts/mysql_cluster.sql

can be found inside the identification server in & lt; IS_HOME & gt; / Dbscripts / identity / and IS_HOME & gt; / Dbscripts / identity / application-mgt / . For this, the identity script has not been sent with the NDB engine for the IISLPL cluster.

But you can

Comments