2
I installed XAMPP for Windows 5.6.15, Apache + Mariadb + PHP + Perl. Everything works fine until "out of the blue" some tables are randomly "in use". I just can’t access them anymore, keep recording, editing and deleting via PHP command, but they are not accessible directly in phpMyAdmin, so I can’t know how many records you have, nor export the table, nor delete it, so I can’t do anything directly in the database.
Follows image for better understanding:
When I click to open the table gives this error:
1932 - Table 'meuBanco.minhaTable' doesn’t exist in engine
If I try to delete it shows this:
1347 - 'meuBanco.minhaTable' is not VIEW
If you have any idea what that might be or have been through, I’d appreciate it. Note: I already uninstalled and installed again and gave the same error. Note: Using Mysql Workbench also presents same problem.