Re: [gentoo-user] Problems with mysql 4.1 upgrade

2005-11-07 Thread Catalin Trifu
Hi, What does the mysql log say ? /var/lib/mysql/host.err Catalin Kevin Philp wrote: Last week I upgraded to mysql 4.1.14. I carefully followed every line of the upgrade guide inlcuding the revdep-rebuild and at the end I had a lovely new mysql 4.1 and all my databases had imported

Re: [gentoo-user] Problems with mysql 4.1 upgrade

2005-11-07 Thread Kevin Philp
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

Re: [gentoo-user] Problems with mysql 4.1 upgrade

2005-11-07 Thread Kevin Philp
I edited the my.cnf file and changed innodb_log_file_size= 5M to innodb_log_file_size= 8M and now it works again. Kevin. On 07/11/05, Kevin Philp [EMAIL PROTECTED] wrote: I don't seem to have the log file you mention but this is in the mysqld.err file.

Re: [gentoo-user] Problems with mysql 4.1 upgrade

2005-11-07 Thread Catalin Trifu
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