Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

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

...

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.

...

Code Block
mysql -u regadmin -p -Dregdb < 'CARBONPRODUCT_HOME/dbscripts/mysql.sql';

...