3
I am reformulating some screens of my system that, entirely, uses Myisam as Mysql Engine. In this case, these screens will use Innodb after reformulation.
Excludes, by Phpmyadmin, all tables Myisam in question and until then perfect, there were no problems. However, when trying to create the new tables Innodb (with the same name) appears the following message:
Table already exists
What to do?
Example:
Add a little more visual information, show the table not existing, the phpMyAdmin error, something so we can try to find the source of the error.
– Filipe.Fonseca
I added, Filipe! :-)
– Marcony Felipe