New my.cnf changes the innodb_log_file_size from 5M to 8M. Log file: InnoDB: Error: log file /var/lib/mysql/ib_logfile0 is of different size 0 5242880 bytes InnoDB: than specified in the .cnf file 0 8388608 bytes! 050819 23:46:11 Can't init databases 050819 23:46:11 Aborting Reproducible: Always Steps to Reproduce: 1. Upgrade MySQL to 4.0.25-r2 2. Restart or start the service Actual Results: * Starting mysqld (/etc/mysql/my.cnf) ... ..... * MySQL NOT started, proceding anyway Expected Results: * Starting mysqld (/etc/mysql/my.cnf) ... [ ok ]
Edit /etc/mysql/my.cnf and change innodb_log_file_size=8M to innodb_log_file_size=5M