I am using wamp server 2.0 on Windows XP. Whenever I create a table with some uppercases in name, it is converted to lowercase.
For example:
I create
In windows the default value for lower_case_table_names = 1.
lower_case_table_names = 1
You need to change or add this value to my.ini file in your mysql folder..
If this line is not found, then add it under [mysqld]
[mysqld]
lower_case_table_names = 0
And then restart the wamp services, it will work :D