...
Connect to the database and run the relevant script.
For example, run the following command to create the MB tables in a MySQL database.Code Block language powershell mysql -u root -p -DWSO2MB_DB < '<API-M_HOME>/dbscripts/mb-store/mysql-mb.sql';
Note <API-M_HOME>/dbscripts/mb-store/mysql.sql
is the script that should be used for MySQL 5.6 and prior versions.- Restart the WSO2 API-M server.
...