STATUS

No table casing issues detected. This servers variable setting for lower_case_table_names is [] An upper case table name was found in the database SQL script and the server variable lower_case_table_names is set to []. When both of these conditions are met it can lead to issues with creating tables with upper case characters.
Options:
- On this server have the host company set the lower_case_table_names value to 1 or 2 in the my.cnf file.
- On the build server set the lower_case_table_names value to 2 restart server and build package.
- Optionally continue the install with data creation issues on upper case tables names.

Error detail:

DETAILS

This test checks if any tables have upper case characters as part of the name. On some systems creating tables with upper case can cause issues if the server setting for lower_case_table_names is set to zero and upper case table names exist.

TROUBLESHOOT