diff --git a/doc/faq.rst b/doc/faq.rst index 1ed4c5d3d3..168849e9ac 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -272,6 +272,12 @@ directory and add the following line to the group [mysqld]: set-variable = lower_case_table_names=0 +.. note:: + + Forcing this variable to 0 with --lower-case-table-names=0 on a + case-insensitive filesystem and access MyISAM tablenames using different + lettercases, index corruption may result. + Next, save the file and restart the MySQL service. You can always check the value of this directive using the query @@ -279,6 +285,8 @@ check the value of this directive using the query SHOW VARIABLES LIKE 'lower_case_table_names'; +.. seealso:: `Identifier Case Sensitivity in the MySQL Reference Manual `_ + .. _faq1_24: 1.24 (withdrawn).