diff --git a/Documentation.html b/Documentation.html index a6f939067..ca4aa23f7 100755 --- a/Documentation.html +++ b/Documentation.html @@ -1815,7 +1815,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
This can happen due to a MySQL bug when having database / table names with - upper case characters although lower_case_table_names. + upper case characters although lower_case_table_names is set to 1. To fix this, turn off this directive, convert all database and table names to lower case and turn it on again. Alternatively, there's a bugfix available starting with MySQL 3.23.56 / 4.0.11-gamma.