diff --git a/ChangeLog b/ChangeLog index 7d9546e4c..eb8dcb058 100755 --- a/ChangeLog +++ b/ChangeLog @@ -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 * db_details.php3, tbl_query_box.php3: Disabled the autoselect feature of diff --git a/Documentation.html b/Documentation.html index 2062854ed..5f6c78509 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1755,7 +1755,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' this behavior by simply changing the directive to 0 (OFF):
Just edit you my.ini file that should be located in your Windows directory and add the following line:
- lower-case-table-names=0
+ set-variable = lower-case-table-names=0
Next, save the file and restart the MySQL service. You can always check the value of this directive using the query
SHOW VARIABLES LIKE 'lower_case_table_names';