badboy_blue 发表于 2013-2-7 18:04:26

mysql异常Got error 134 from storage engine

mysql碰到一个奇怪的问题,执行查询没有语法错误,但是抛异常:
java.sql.SQLException: Got error 134 from storage engine
 
错误原因
      Even though the MyISAM table format is very      reliable (all changes to a table made by an SQL statement are      written before the statement returns), you can still get      corrupted tables if any of the following events occur:      
<div class="itemizedlist">

[*]            The mysqld process is killed in the            middle of a write.         
[*]            An unexpected computer shutdown occurs (for example, the            computer is turned off).         
[*]            Hardware failures.         
[*]            You are using an external program (such as            myisamchk) to modify a table that is            being modified by the server at the same time.         
[*]            A software bug in the MySQL or MyISAM            code.         
页: [1]
查看完整版本: mysql异常Got error 134 from storage engine