Maintain case sensitivity when importing db into windows

Posted by razass on Stack Overflow See other posts from Stack Overflow or by razass
Published on 2010-05-19T23:06:02Z Indexed on 2010/05/19 23:10 UTC
Read the original article Hit count: 171

Filed under:
|
|

I have an export from a MYSQL database on a linux machine however when importing that database into MYSQL on windows all of the table names that were camel cased are now all lower case. The sql dump has the correct case in it but the importing via phpmyadmin seams to remove these.

How can I import it and keep the case?

Thanks

© Stack Overflow or respective owner

Related posts about mysql

Related posts about phpmyadmin