Database

 

Mysql requires some settings in the my.cnf file. You need to add the following settings. After adding them, you must restart mysql.

 

[mysqld]
max_allowed_packet=64M
transaction-isolation=READ-COMMITTED
lower_case_table_names=1
max_connections=1000
innodb_file_per_table=OFF

For more information on how to setup MongoDB, or load data into the relational data store or document data store, see 7.0 Technical Changes.

Application

 

For more information on how to configure KFS to connect to a Standalone Rice instance, see 7.0 Technical Changes.