Re: Why does my 4.1.9 behave so unusually with InnoDB
The error message is a bit misleading. It could also be referring to the my.ini file.
However, please make sure that there aren't multiple .cnf, .ini, ibdata, or ib_logfile files. Perhaps the server is trying to use the wrong set of files? The ib_logfile* files always go together with the ibdata* and *.ibd files, because the ib_logfile* files contain redo log records describing changes to the data files. If you delete the log files, InnoDB won't be able to do crash recovery, or the database can be left in an inconsistent state after a crash.
Subject
Views
Written By
Posted
2505
June 07, 2005 11:20PM
Re: Why does my 4.1.9 behave so unusually with InnoDB
1896
July 14, 2005 05:20AM
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.