All docs
This doc
...
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 | ||
---|---|---|
| ||
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. If you database is MySQL 5.7 or later version, use <API-M_HOME>/dbscripts/mb-store/mysql5.7.sql script file. |
...