Is it advised to use different database for identity,shared,bps,consent & metric db in wsois 5.9.0?
问题 Is it advised to use different database for identity,shared,bps,consent & metric db in wsois 5.9.0? how to configure consent and metric db? I am trying this configuration: [user_store] type = "database" TenantManager="org.wso2.carbon.user.core.tenant.JDBCTenantManager" ReadOnly=false ReadGroups=true WriteGroups=true scim_enabled = true #enabling scim apis [database.user] url = "jdbc:mysql://localhost:3306/regdb?useSSL=false" username = "regadmin" password = "regadmin" driver = "com.mysql.jdbc