我的mysql数据库中有一个损坏的表,我想删除它。 这是我不再使用的表,因此可以毫无问题地删除它。
我已经尝试修复该表,但是随后得到以下信息:
catalog_product_flat_1 repair Error Incorrect information in file: './catalog_product_flat_1.frm'
catalog_product_flat_1 repair error Corrupt
我也不能放下桌子:
DROP TABLE catalog_product_flat_1
Unknown table 'catalog_product_flat_1'
如何删除此表?