This is a weird one and definitely NOT one of the other cases I have seen when tables are corrupt...
I start off with a fresh clean session (clear browser history, sessions and cookies to initial in chrome, or any other browser) I can log in using the log-in-system of the website. When i'm logged in the website, every other page with MySQL queries will result in table does not exists error.
show table, create table, repair table select * from, drop table and any other manipulation to the tables results in the table does not exists error.
any possible scenario's on what could have happened?? Is it a known bug or anything? I did not move or change anything on the server that could cause this, nor did I try to drop a table.
The funny thing is that this is reproducible whenever I clear the browser history or sessions
some version information:
innodb_version 1.1.8
protocol_version 10
slave_type_conversions
version 5.5.15
version_comment MySQL Community Server (GPL)
version_compile_machine x86
version_compile_os Win64PHP Version 5.2.17
It always worked, until today