MySQL Forums
Forum List  »  InnoDB

Re: Error No. 1033 Incorrect information in file: 'filename'
Posted by: William Fong
Date: February 14, 2009 09:08PM

Check your mysqld.log. It might have something like this:

InnoDB: Error: log file ./ib_logfile0 is of different size 0 104857600 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!

That means you need to modify your my.cnf to say this:

innodb_log_file_size = 104857600

Hope that helps.
-will

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.