Changing to MariaDB

By default, WSO2 Identity Server uses the embedded H2 database as the database for storing user management and registry data. Follow the same steps and use the same database scripts, drivers, and configurations given in the documentation: Changing to MySQL in order to use MariaDB instead of the embedded H2 database.

Top