MySQL Forums
Forum List  »  General

Re: innodb_log_file_size
Posted by: abilash vs
Date: October 27, 2010 08:33PM

Rick,I too have a query on innodb log file size.

I have not set any default size for the variable innodb_log_file_size for my server,hence by default MySql has taken the value to 5M (5242880).Today I got the below error in the error logs and saw that both of my log files(ib_logfile0 and ib_logfile1) have reached the size 5242880.

Error Message:
InnoDB: ERROR: the age of the last checkpoint is 9433744,
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.


I got to know that a higher value of innodb_log_file_size needs to be specified in my.cnf file ,however I could not do a server restart at this point of time.I understand it should not be ignored,but my question what will be the impact if I leave it like that for a day or so ?I am seeing my application up and running without any issues..

Options: ReplyQuote


Subject
Written By
Posted
September 10, 2010 11:52PM
September 17, 2010 06:51PM
September 17, 2010 10:57PM
Re: innodb_log_file_size
October 27, 2010 08:33PM
October 27, 2010 11:06PM
October 28, 2010 08:40AM
November 01, 2010 09:53AM
November 02, 2010 12:51PM
November 05, 2010 10:55PM
November 06, 2010 08:07AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.