Heikki Tuuri wrote:
on Windows, InnoDB puts all database names and table names to lower
case, because on Windows MySQL is case-insensitive.
But Java running on Windows is not, which makes it painful to move
apps back and forth.
We may fix this in the future, so that on Windows InnoDB will also fin
Hello.
Windows filesystem is not case sensitive.
See:
http://dev.mysql.com/doc/mysql/en/Name_case_sensitivity.html
>I am attempting to move a set of db's from Linux (Mysql 4.0.20) to Windows
>(4.1.6). I have everything running, and I can query tables that are all
>lower case.
>
>
>
Boyd,
--=_NextPart_000_0038_01C4C7F5.22045240
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
All:
I am attempting to move a set of db's from Linux (Mysql 4.0.20) to Windows
(4.1.6). I have everything running, and I can query tables that are all
lower case.
Howev