MySQL Error Log中频繁出现如下Error:
----------------------------------------------------------------------------------------------------------
141219 2:04:14 InnoDB: ERROR: the age of the last checkpoint is 9446699,
InnoDB: which exceeds the log group capacity 9433498.
InnoDB: If you are using big BLOB or TEXT rows, you must set the
InnoDB: combined size of log files at least 10 times bigger than the
InnoDB: largest such row.
----------------------------------------------------------------------------------------------------------
原因分析
解决方案

本文分析了MySQL Error Log中频繁出现的InnoDB错误,并提供了解决方案,特别是针对大BLOB或TEXT行导致的日志组容量问题。

746

被折叠的 条评论
为什么被折叠?



