I\'m working on a MySQL database in windows.
I must move it into a Linux environment. MySQL database contains a lot of tables and stored procedures which are CASE
Read all this: http://dev.mysql.com/doc/refman/5.0/en/identifier-case-sensitivity.html
Then add this system variable to the server section, [mysqld], of my.ini and restart mysql:
[mysqld]
my.ini
/my.ini: lower_case_table_names=2