MySQL Forums
Forum List  »  InnoDB

Re: 1033 - Incorrect information in file
Posted by: Andrew Yager
Date: July 16, 2008 04:25PM

I had the same problem when I added a couple innodb startup variables in the my.cnf file.

I added:
innodb_buffer_pool_size = 8G
innodb_additional_mem_pool_size = 60M
innodb_log_file_size = 1G

apparently it also wants you to define other variables or it will error on all your .frm files.

best bet is to undo any changes you made to the innodb settings.

Options: ReplyQuote




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.