The errors below imply that my innodb log file has reached capacity, and so I need to either grow it to a new size, or to set it as auto-extending.
What are the implications of ignoring this error?
I dont intend to ignore it, but basically its been happening for a few days now, and I only just noticed.
Thanks
Security Events
=-=-=-=-=-=-=-=
mysqld[29780]: 051110 8:56:22 InnoDB: ERROR: the age of the last checkpoint is 9449913,
System Events
=-=-=-=-=-=-=
mysqld[29780]: InnoDB: which exceeds the log group capacity 9433498.
mysqld[29780]: InnoDB: If you are using big BLOB or TEXT rows, you must set the
mysqld[29780]: InnoDB: combined size of log files at least 10 times bigger than the
mysqld[29780]: InnoDB: largest such row.
What are the implications of ignoring this error?
I dont intend to ignore it, but basically its been happening for a few days now, and I only just noticed.
Thanks
Security Events
=-=-=-=-=-=-=-=
mysqld[29780]: 051110 8:56:22 InnoDB: ERROR: the age of the last checkpoint is 9449913,
System Events
=-=-=-=-=-=-=
mysqld[29780]: InnoDB: which exceeds the log group capacity 9433498.
mysqld[29780]: InnoDB: If you are using big BLOB or TEXT rows, you must set the
mysqld[29780]: InnoDB: combined size of log files at least 10 times bigger than the
mysqld[29780]: InnoDB: largest such row.
Comment