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?