Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4. You will be prompted to enter the password.

Info
titleTip

In most systems, the default root password is blank. Press "enter" without typing anything if you have not changed the default root password.

...

1. Edit the default database configuration defined in the master-datasources.xml file located at $CARBON_HOME/repository/conf/datasources directory as below. Both the database configurations in registry.xml and user-mgt.xml refer this data source.


Info
titleNote

Replace these settings with your own custom values:

...

Download the MySQL Java connector JAR from http://dev.mysql.com/downloads/connector/j/5.1.html and place it in the $CARBON_HOME/repository/components/lib directory.

title
Info
Tip

Here, $CARBON$PRODUCT_HOME refers to the directory where you are running the WSO2 BPS instance.

...

Code Block
mysql -u regadmin -p -Dregdb < 'CARBON_HOME/dbscripts/mysql.sql';
Note
Info
title

You will be prompted to enter the password for each command.

...