I am having the weirdest error of all.
Sometimes, when creating or altering tables, I get the \'table already exists\' error. However, DROP TABLE returns \'#1051 - u
Going on a wild guess here, but it seems like innodb still has an entry for your tables in a tablespace, probably in ibdata
. If you really don't need any of the data, or if you have backups, try the following: