Only needed if you get this error on the list views: MySQL error 1109: Unknown table 'SecurityGroups' in order clause Please make sure that the MySQL variable lower_case_table_names is set to 1.
To find if lower_case_table_names is set to 1 run the following query against your MySQL database: show global variables like 'lower_case_table_names';
See http://dev.mysql.com/doc/refman/5.0/en/identifier-case-sensitivity.html for more information.