InnoDB: Error: log file .\ib_logfile0 is of different size 0 10485760 bytes
InnoDB: than specified in the .cnf file 0 268435456 bytes!
101228 9:31:07 [ERROR] Default storage engine (InnoDB) is not available
101228 9:31:07 [ERROR] Aborting
101228 9:31:07 [Note] wampmysqld: Shutdown completeSolution: One of the reasons you are seeing this in your mysql log file is that you have changed the parameter innodb_log_file_size.This will allow mysql to perform a checkpoint on the log buffer - this action is similar to what you will experience in Oracle as well. To resolve this,
Post new comment