Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103102 - MySQL not started, proceding anyway 4.0.25-r2
Summary: MySQL not started, proceding anyway 4.0.25-r2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 20:10 UTC by Carlos Eduardo Santos
Modified: 2005-08-19 20:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Eduardo Santos 2005-08-19 20:10:56 UTC
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 ]
Comment 1 Carlos Eduardo Santos 2005-08-19 20:11:52 UTC
Edit /etc/mysql/my.cnf and change
innodb_log_file_size=8M
to
innodb_log_file_size=5M