From cd320c27b005528777e625367104139b358a1f1f Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Fri, 30 May 2003 14:43:06 +0000 Subject: [PATCH] Added some notes about lower_case_table_names. --- ChangeLog | 1 + scripts/create_tables.sql | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index f06f6cfd8..fe4987596 100755 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,7 @@ $Source$ - Added some notes about MySQL 4.1 / 5.0; - php 5.0.0-dev should work fine with phpMyAdmin - it has been doing so at least on my test machines for a couple of months. + * scripts/create-tables.sql: Added some notes about lower_case_table_names. 2003-05-29 Michal Cihar * lang/czech: Updated. diff --git a/scripts/create_tables.sql b/scripts/create_tables.sql index 27bf43e16..0b060e9b5 100644 --- a/scripts/create_tables.sql +++ b/scripts/create_tables.sql @@ -11,6 +11,11 @@ -- Please dont forget to set up the tablenames in # -- config.inc.php3 # -- # +-- Please note that the table names might be converted # +-- to lower case, if the MySQL option # +-- "lower_case_table_names" is enabled. By default, this # +-- is the case on Win32 machines. # +-- # -- ######################################################## DROP DATABASE IF EXISTS `phpmyadmin`;