Error writing file '/tmp/MLLGyECY' (Errcode: 28 - No space left on device)

Posted digdeep

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Error writing file '/tmp/MLLGyECY' (Errcode: 28 - No space left on device)相关的知识,希望对你有一定的参考价值。

mysql 的一个从库报错:

Could not execute Write_rows event on table xxx.xxxx_tmp_tj; Error writing file ‘/tmp/MLLGyECY‘ (Errcode: 28 - No space left on device), Error_code: 3; Error writing file ‘mysql-bin‘ (errno: 28 - No space left on device), Error_code: 1026; Writing one row to the row-based binary log failed, Error_code: 1534; handler error HA_ERR_RBR_LOGGING_FAILED; the event‘s master log mysql-bin.003482, end_log_pos 119034357
Replicate_Ignore_Server_Ids:

df -h 查看 /tmp 目录6.3G,应该是大事务导致需要很大的临时空间,导致6.3G不够用。所以报错。

 

以上是关于Error writing file '/tmp/MLLGyECY' (Errcode: 28 - No space left on device)的主要内容,如果未能解决你的问题,请参考以下文章