We have a database running on a linux box, we decided to replicated it to one of our 
NT boxes(this was a while ago, so a large amount of data has been transfered).
So anyways, at the time I didn't know there would be an issue. So recently I dumped 
the data and imported it into our development database on another linux box. All of 
our table names were originally upper case and the NT has shafted that. I am assuming 
the data will have correct casing, please correct me if I am wrong.

So now I want to make all the tables uppercase ( that would be much simpler, I am 
hoping, then changing all our programming and other database entries that refer to 
capitolized table names). I am sure it can't be as simple as just writing a script to 
rename the files. Is there something else I would need to do to change the case of the 
tables?

Luc Foisy 

sql,mysql

---------------------------------------------------------------------
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