Added some notes about lower_case_table_names.

This commit is contained in:
Alexander M. Turek
2003-05-30 14:43:06 +00:00
parent 871c9be445
commit cd320c27b0
2 changed files with 6 additions and 0 deletions

View File

@@ -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 <nijel@users.sourceforge.net>
* lang/czech: Updated.

View File

@@ -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`;