typo (bug 681776)

This commit is contained in:
Marc Delisle
2003-02-06 17:59:37 +00:00
parent 338198dc83
commit 17fde76f9f
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ $Source$
* Documentation.html, db_details_importdocsql.php3, tbl_relation.php3,
libraries/relation.lib.php3: bug 681298, we should always backquote
a restricted word like "comment" when used as an identifier
* Documentation.html, bug 681776, wrong command for my.ini file
2003-02-05 Alexander M. Turek <rabus@users.sourceforge.net>
* db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of

View File

@@ -1755,7 +1755,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
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>lower-case-table-names=0</tt><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>