Changes between Initial Version and Version 1 of DespoinaLog/2011/02/03


Ignore:
Timestamp:
2011-02-03T09:16:30+01:00 (14 years ago)
Author:
antonak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DespoinaLog/2011/02/03

    v1 v1  
     1== case sensitivity issue in mysql (linux on vm7) ==
     2Set 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]'''.
     3
     4{{{
     5lower_case_table_names=2
     6}}}
     7
     8
     9[Info : !http://download.oracle.com/docs/cd/E17952_01/refman-5.1-en/identifier-case-sensitivity.html]