码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2020-03-03 19:16:09      阅读:248      评论:0      收藏:0      [点我收藏+]

标签:replicat   bin   table   file   sql   xxx   导致   ace   row   

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)

标签:replicat   bin   table   file   sql   xxx   导致   ace   row   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!