Table already exists when creating a new mysql table, even if it does not exist

Asked

Viewed 162 times

0

I have a database from which I accidentally delete a table and when I try to recreate it, it says that the table already exists, but it doesn’t appear. When executing the command:

SELECT * FROM INFORMATION_SCHEMA.TABLES

She doesn’t show up! How can I fix this?

1 answer

1

I managed to fix it. When creating the table, I changed ENGINE=InnoDB for ENGINE=MyISAM.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.