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

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