|
Hi, The default log size changed between 4.0 and 4.1 and when u upgraded the /etc/mysql/my.cnf was overwriten. One solution would be to either remove the logs from /var/lib/mysql and restart the server and let mysql rebuild the log files. Second is to edit the /etc/mysql/my.cnf and make the log size 8M for innodb (innodb_log_file_size) InnoDB is no longer a use flag, it is compiled by default. If you don't want to use innodb engine you can tell mysql in the conf file to skip_innodb. In case it still doesn't want to start, check the error log again. Catalin Kevin Philp wrote: I don't seem to have the log file you mention but this is in the mysqld.err file./var/log/mysql/mysqld.err InnoDB: Error: log file ./ib_logfile0 is of different size 0 8388608 bytes InnoDB: than specified in the .cnf file 0 5242880 bytes! 051107 9:13:17 [ERROR] Can't init databases 051107 9:13:17 [ERROR] Aborting I did read that innodb was a use flag (its not in my make.conf) and emerge -pv mysql doesn't show it up. On 07/11/05, Catalin Trifu <[EMAIL PROTECTED]> wrote: |

