...
4. You will be prompted to enter the password.
Info | ||
---|---|---|
| ||
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$PRODUCT_HOME/repository/conf/datasources d
irectory as below. Both the database configurations in registry.xml
and user-mgt.xml
refer this data source.
Info | title | Note
---|
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$PRODUCT_HOME/repository/components/lib
directory.
Info | title | Tip
---|
Here, |
...
Code Block |
---|
mysql -u regadmin -p -Dregdb < 'CARBONPRODUCT_HOME/dbscripts/mysql.sql'; |
Info | title | Note
---|
You will be prompted to enter the password for each command. |
...