MySQL Forums
Forum List  »  Install & Repo

Re: Datebase upgrade for 5.5: can't get there from here?
Posted by: Barry Galbraith
Date: November 03, 2011 02:52AM

Ahhh!!!

See the bit that says
InnoDB: Error: log file .\ib_logfile0 is of different size 0 10485760 bytes 
InnoDB: than specified in the .cnf file 0 56623104 bytes!

That stops innodb from working, and stops the server.

It means the ib_logfile(s) created by your old server are a different size from what is specified in th enew my.ini file.

If you delete ib_logfile0 and ib_logfile1, then start mysql server, the missing ib_logfile(s) will be re-created the correct size, and the server will run.
Then you can do the mysql_upgrade.

Good luck,
Barry.

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.