Incorrect key file for table '/tmp/#sql_882_0.MYI'; try to repair it

Posted Fight With Me!!!

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Incorrect key file for table '/tmp/#sql_882_0.MYI'; try to repair it相关的知识,希望对你有一定的参考价值。

修表方法如下:

一法:. check table 和 repair table 方法
1,进入mysql 的Dos控制台,输入密码进入

2,use database;(你的数据库名)

3, check table tabTest; 
如果出现的结果说Status是OK,则不用修复,如果有Error,可以用: 

> repair table tabTest;

 

 

另外一个很可能的原因是临时文件夹空间不足,在进行大数据JOIN,ORDER BY时可能出现,这时需要修改临时文件夹路径

在启动命令中增加tmpdir参数:

/usr/bin/mysqld_safe --defaults-file=/etc/my.cnf --pid-file="$mypidfile" --log-error="$errlogfile" --tmpdir=/var/tmp

以上是关于Incorrect key file for table '/tmp/#sql_882_0.MYI'; try to repair it的主要内容,如果未能解决你的问题,请参考以下文章

Incorrect key file for table ' '; try to repair it

Incorrect key file for table './xx_db/xx_table.MYI'; try to repair it

Incorrect key file for table '/tmp/#sql_882_0.MYI'; try to repair it

FFmpeg[36] - Could not write header for output file #0 (incorrect codec parameters ?): Invalid

FFmpeg[36] - Could not write header for output file #0 (incorrect codec parameters ?): Invalid

WPA: 4-Way Handshake failed - pre-shared key may be incorrect