...
To create tables in the MB-specific database (WSO2wso2_MBmb), use the below script:
Info You may have to enter the password for each command when prompted.
Code Block language powershell mysql -u root -p -DWSO2Dwso2_MBmb < '<WSO2MB_HOME>/dbscripts/mb-store/mysql-mb.sql ';
Restart the server.
Info You can create database tables automatically when starting the product for the first time by using the
-Dsetup
parameter as follows:For Windows:
<MB_HOME>/bin/wso2server.bat -Dsetup
For Linux:
<MB_HOME>/bin/wso2server.sh -Dsetup