首页 > 其他 > 详细

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

时间:2020-03-03 19:04:40      阅读:400      评论:0      收藏:0      [点我收藏+]

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)

原文:https://www.cnblogs.com/digdeep/p/12403854.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!