Page History
...
The topics above show how to change the WSO2_CARBON_DB
, which is used to store registry and user manager information. If you changed the product-specific database that come by default or set up a separate database for identity related data, the instructions are the same. In summary:
Add the datasource to the
master-datasources.xml
file. The datasource for the product-specific database is already there in themaster-datasources.xml
file by the nameWSO2AM_DB.
Create the database tables using the following scripts:
For the product-specific database Use the scripts in
<PRODUCT_HOME>/dbscripts/apimgt
folderFor the identity database Use the scripts in
<PRODUCT_HOME>/dbscripts/identity
folder