Changes between Initial Version and Version 1 of CaseSensitivityProblems


Ignore:
Timestamp:
2011-02-04T14:26:30+01:00 (13 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CaseSensitivityProblems

    v1 v1  
     1= Case sensitivity problems =
     2
     3== If you have problems moving from windows/mac to linux ==
     4
     5Check if case sentivity is set properly in mysql:
     6
     7in mysql:
     8* show variables;
     9* then lower_case_table_name=0
     10
     11If not 0 then inside my.cnf (or my.ini)
     12* add 'lower_case_table_name=0'
     13* or restart mysqld --lower_case_table_names=0
     14