Open JGMAGNO opened 2 weeks ago
I successfully executed dbscripts for apim_db and shared_db, and configured my deployment.toml to point to the mysql database server,
[database.apim_db] #type = "h2" #url = "jdbc:h2:./repository/database/WSO2AM_DB;AUTO_SERVER=TRUE;DB_CLOSE_ON_EXIT=FALSE" #username = "wso2carbon" #password = "wso2carbon" type = "mysql" url = "jdbc:mysql://192.168.15.91:3306/apim_db" username = "root" password = "password" driver="com.mysql.cj.jdbc.Driver" [database.shared_db] #type = "h2" #url = "jdbc:h2:./repository/database/WSO2SHARED_DB;DB_CLOSE_ON_EXIT=FALSE" #username = "wso2carbon" #password = "wso2carbon" type = "mysql" url = "jdbc:mysql://192.168.15.91:3306/shared_db" username = "root" password = "password" driver="com.mysql.cj.jdbc.Driver"
but I am encountering this error.
https://apim.docs.wso2.com/en/4.3.0/install-and-setup/setup/setting-up-databases/changing-default-databases/changing-to-mysql/
APIM
4.3
No response
Description
I successfully executed dbscripts for apim_db and shared_db, and configured my deployment.toml to point to the mysql database server,
but I am encountering this error.
Steps to Reproduce
https://apim.docs.wso2.com/en/4.3.0/install-and-setup/setup/setting-up-databases/changing-default-databases/changing-to-mysql/
Affected Component
APIM
Version
4.3
Environment Details (with versions)
No response
Relevant Log Output
No response
Related Issues
No response
Suggested Labels
No response