A problem encountered in the mysql database
As follows
Select * from Topicetail
Where parent <> 0 and confirm = 0
Order by Detailid DESC LIMIT 1000, 20
Implementation will be wrong
Error 1030: Got Error 134 from Table Handler
Finally, the discovery is due to the restart server causes the index file corruption.
use
MySQLCHECK -R Forum Topicetail
The online index file repair is finally resigned.