Add links to manual based on information from wiki

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-04-18 17:04:33 +02:00
parent cb2c8ecdf1
commit 683663fb53

View File

@ -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 <http://dev.mysql.com/doc/refman/5.7/en/identifier-case-sensitivity.html>`_
.. _faq1_24:
1.24 (withdrawn).