View Single Post

  #2 (permalink)  
Old 12-20-2007
J.O. Aho
 
Posts: n/a
Default Re: The MySQL service fails to run just after MySQL install : what'swrong ?

YoLed wrote:

> To finish, I've restarted my PC... And the problem is that the MySQL
> service is not running. I've started to run it manually, but it fails.
> Here is what I can see in the .err file in the "e:/mysql/data" directory
> (knwoing I've installed MySQL under "e:/mysql").
>
> ***********
> InnoDB: Error: log file .\ib_logfile0 is of different size 0 5242880
> bytes
> InnoDB: than specified in the .cnf file 0 10485760 bytes!


The logfile on the hard drive is of a different size than what is specified in
your my.ini, a quick fix is to ensure that the mysqld is not running and then
just delete the ib_logfile0 and then start up mysql.

--

//Aho
Reply With Quote