I am using windows XP. I am creating a table in phpMyAdmin using its built-in create table feature, my database name is ffffd.
ffffd
It generates the following
In my case, MySQL's parameter; lower_case_table_names was configured = 0.
lower_case_table_names
= 0
It causes queries related with using upper cases will not work.