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
It was not phpMyAdmin. MySQL did this.
p.s. It is a bad practice to use camelCase in databases. Use _underlines instead. :)