Case sensitivity problems
If you have problems moving from windows/mac to linux
Check if case sentivity is set properly in mysql:
in mysql:
- show variables;
- then lower_case_table_name=0
If not 0 then inside my.cnf (or my.ini)
- add 'lower_case_table_name=0'
- or restart mysqld --lower_case_table_names=0
Last modified 14 years ago
Last modified on 2011-02-04T14:26:30+01:00