Added some notes about lower_case_table_names.
This commit is contained in:
@@ -22,6 +22,7 @@ $Source$
|
|||||||
- Added some notes about MySQL 4.1 / 5.0;
|
- 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
|
- 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.
|
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>
|
2003-05-29 Michal Cihar <nijel@users.sourceforge.net>
|
||||||
* lang/czech: Updated.
|
* lang/czech: Updated.
|
||||||
|
@@ -11,6 +11,11 @@
|
|||||||
-- Please dont forget to set up the tablenames in #
|
-- Please dont forget to set up the tablenames in #
|
||||||
-- config.inc.php3 #
|
-- 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`;
|
DROP DATABASE IF EXISTS `phpmyadmin`;
|
||||||
|
Reference in New Issue
Block a user