天天看点

mysql error

遇到一个mysql的错误!

120822  2:37:33  InnoDB: ERROR: the age of the last checkpoint is 9437013,

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.

google了一下说是innodb_log_file_size参数设置太小!

当时因为是开发用的数据库,没有修改这个参数大小,默认是5M,数据库里面包含text/blob的字段,超出了这个参数的大小,导致出错!

这个应该修改参数的大小,先转移日志文件ib_logfile0/1.。。然后修改my.cnf文件,重启服务器!