Fixed typo and corrected FAQ 1.23 (bug #718569).
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user