Wso2 admin/admin在更改为mysql数据源后失败

Wso2 admin/admin在更改为mysql数据源后失败,wso2,wso2-am,wso2is,wso2carbon,Wso2,Wso2 Am,Wso2is,Wso2carbon,我在登录碳管理控制台时遇到了问题 版本WSO2为5.10。0作为密钥管理器 变化: [user_store] type = "database" [user_store.properties] TenantManager="org.wso2.carbon.user.core.tenant.JDBCTenantManager" ReadOnly=false ReadGroups=true WriteGroups=true scim_enabled = tr

我在登录碳管理控制台时遇到了问题 版本WSO2为5.10。0作为密钥管理器

变化:

[user_store]
type = "database"

[user_store.properties]
TenantManager="org.wso2.carbon.user.core.tenant.JDBCTenantManager"
ReadOnly=false
ReadGroups=true
WriteGroups=true
scim_enabled = true

[realm_manager]
data_source = "WSO2USER_DB"
我在deployment.toml文件中对WSO2AM_DB、WSO2Shared_DB、WSO2User_DB进行了Mysql数据库更改。 当我尝试使用默认管理员/管理员凭据登录管理控制台时,UI中出现错误:

登录失败!请重新检查用户名和密码,然后重试

错误{org.wso2.carbon.core.services.authentication.AuthenticationAdmin}-验证/授权用户时发生系统错误:com.mysql.cj.jdbc.exceptions.CommunicationsException:通信链路故障

此外,deployment.toml中的用户存储更改也会导致错误

变化:

[user_store]
type = "database"

[user_store.properties]
TenantManager="org.wso2.carbon.user.core.tenant.JDBCTenantManager"
ReadOnly=false
ReadGroups=true
WriteGroups=true
scim_enabled = true

[realm_manager]
data_source = "WSO2USER_DB"

com.mysql.cj.jdbc.exceptions.CommunicationsException:通信链路故障
通常意味着无法访问配置的数据库

您是否根据定义了
部署.toml
中的
数据库.user
配置?如果已经配置,请检查从WSO2-is到userstore数据库的已配置连接url和网络连接