I'm reshaping some screens of my system that entirely uses MyISAM as the MySQL Engine. In this case, these screens will use InnoDB post reformulation.
Exclude, by PHPMyAdmin, all the MyISAM tables in question and hitherto perfect, there were no problems. However, when trying to create the new InnoDB tables (with the same name) the following message appears:
Table already exists
What to do?
Example: