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 I ran this command even if the table wasn't visible in PhpMyAdmin :
DROP TABLE mytable
then
CREATE TABLE....
Worked for me !