This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Changing the RDBMS
The default database of user manager is the H2 database that comes with WSO2 products. You can configure it to point to databases by other vendors.
- Add the JDBC driver to the
classpath
by dropping the JAR into<PRODUCT_HOME>/repository/components/lib
. - Change values of properties given in on the Realm Configuration page appropriately.
- Create the database by running the relevant script in
 and restart the server:<PRODUCT_HOME>
/dbscripts- For Linux:
sh wso2server.sh
orsh wso2server.sh
- For Windows:
wso2server.bat
orwso2server.bat
- For Linux: