From 683663fb53838e60571f067b8d8dc3c5899026e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 18 Apr 2016 17:04:33 +0200 Subject: [PATCH] Add links to manual based on information from wiki MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- doc/faq.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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).