严重: The web application [] appears to have started a thread named [MySQL Statement Cancellation Timer] but has failed to stop it. This is very likely to create a memory leak.
org.springframework.jdbc.UncategorizedSQLException: Hibernate operation: could not execute query; uncategorized SQLException for SQL [select count(*) from product where status=1 order by publishDate desc]; SQL state [HY000]; error code [145]; Table './fashion/product' is ed as crashed and should be repaired; nested exception is java.sql.SQLException: Table './fashion/product' is ed as crashed and should be repaired
Caused by: java.sql.SQLException: Table './fashion/product' is ed as crashed and should be repaired
以上是hibernate 修改商品的时候,出现错误。(有时候可以有时候不行)可是我在SQLyog Enterprise 软件里面运行修改语句是正常的。我搜索过。好像说是linux数据临时表的空间太小,可是不清楚怎么修改。请教