Fixed typo and corrected FAQ 1.23 (bug #718569).

This commit is contained in:
Michal Čihař
2003-04-10 16:38:48 +00:00
parent 2116431bd3
commit 18f6094edb
3 changed files with 35 additions and 25 deletions

View File

@@ -2161,8 +2161,8 @@ To create a new, empty mimetype please see libraries/transformations/template_ge
defaults to 1 (<tt>ON</tt>) in the Win32 version of MySQL. You can change
this behavior by simply changing the directive to 0 (<tt>OFF</tt>):<br />
Just edit you <tt>my.ini</tt> file that should be located in your Windows
directory and add the following line:<br />
<tt>set-variable = lower-case-table-names=0</tt><br />
directory and add the following line to the group [mysqld]:<br />
<tt>set-variable = lower_case_table_names=0</tt><br />
Next, save the file and restart the MySQL service. You can always check the
value of this directive using the query<br />
<tt>SHOW VARIABLES LIKE 'lower_case_table_names';</tt>