From 99f6fa1aa493d544bab1f719fe67ee9ea3020206 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Mon, 17 Feb 2003 21:58:49 +0000 Subject: [PATCH] typo --- Documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.