For some unknown reason, the info of 'information_schema.tables' is not match to real tables:
First, find table-name from information_schema.tables, there is one result; Then, select * from table-name, it shows table not exist! /(ㄒoㄒ)/~~
I try to create a new table(MyISAM engine) with same name, it create OK! Then, find table-name from information_schema.tables, there are two result! And select * from table-name shows empty set, it's normally.
Until now, table can be use, but can not be drop completely. If drop table, it return the "First".
As the following image: all the step
I am searching for a long time on net. But no use. Please help or try to give some ideas how to achieve this......