Hi there,

I made a mySQL database with uppercase table names on a linux platform. I
migrated it, for maintenance reasons, on a win2000 platform. Now when I try
to put everything back I discovered that mySQL on win2000 changed my table
names to lowercase.

For java this is not a problem on the win2000 platform, but on the linux
platform it is.

My question to the list is:

Is there an easier way to change the table names back to uppercase then just
do it manually.

For the dump I used: mysqldump --opt <dbname> > dump.sql
And for the reload: mysql <dbname> < dump.sql

Regards,
Jeroen van Hertum


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to