Incorrect key file with MySQL

前端 未结 3 896
太阳男子
太阳男子 2021-01-18 08:35

I\'m having a problem with a InnoDB (table was initally MyISAM, but converted it to InndoB awhile ago) table; I am trying to run this query:

SELECT 
   posts         


        
3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-18 08:44

    It sure looks like the disk quota you have for temporary tables is too small.

    BTW: There's no need to run REPAIR on InnoDB tables, since all the maintenance is done by the storage engine itself. They also do not have a key file to be corrupted.

提交回复
热议问题