typo (bug 681776)
This commit is contained in:
@@ -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
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user