== case sensitivity issue in mysql (linux on vm7) == Set how table and database names are stored on disk and used in MySQL is affected by the[http://download.oracle.com/docs/cd/E17952_01/refman-5.1-en/server-system-variables.html#sysvar_lower_case_table_names lower_case_table_names] system variable, which you can set when starting '''[http://download.oracle.com/docs/cd/E17952_01/refman-5.1-en/mysqld.html mysqld]'''. {{{ lower_case_table_names=2 }}} [Info : !http://download.oracle.com/docs/cd/E17952_01/refman-5.1-en/identifier-case-sensitivity.html]