Previous Topic: Creating a Database UserNext Topic: Creating a Database


Configuring MySQL

Perform the following steps to set up the MySQL database:

Note: See MySQL documentation for information about performing the following tasks.

Enabling Support for the InnoDB Transaction Engine

RiskMinder uses the InnoDB storage engine of MySQL. To check whether your MySQL installation supports this storage engine, use the SHOW ENGINES command. If the output of this command shows that InnoDB is not supported, enable support for InnoDB.

Note: For information about the procedure to enable support for InnoDB, see MySQL documentation.

Setting the lower_case_table_names Variable

If you are running MySQL on a non-Windows platform, set the lower_case_table_names variable to 1.

Note: For detailed information about this variable, see MySQL documentation.