Sign-up our Newsletter  Register on our LinkedIn  Follow us on Twitter  Check out our Facebook  Follow us on Google+
Follow

What to do with the following error: "InnoDB: ERROR: the age of the last checkpoint is xxxxxxx"

You just need to update your MySQL/MariaDB my.ini configuration file with innodb_log_file_size value at least ten times bigger than max_allowed_packet.
So for instance if you have max_allowed_packet=100M in the [mysqld] section, just ensure you haveinnodb_log_file_size=1G as well.

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

0 Comments

Please sign in to leave a comment.