Re: The MySQL service won't start
Posted by: Stephan Pamhier
Date: May 03, 2012 02:37AM

M P,
I believe you have quite a problem. I hope I am not too late.
It is clear there is a file corruption. What happened? Why did MySQL go down? The logfile shows: "ntdll.dll!RtlInitializeExceptionChain()". This could mean anything but in this case it is plausible to indicate disk corruption. So you have to run CHKDSK.

The steps:
1: make a backup copy of the MySQL data directory to preserve the current situation.
2: reboot Windows and run checkdisk
3: try to force MySQL recovery: http://dev.mysql.com/doc/refman/5.1/en/forcing-innodb-recovery.html
4: if this does not work you will have to restore your most recent backup.

Hope this helps.

Regards,
S. Pamhier

Options: ReplyQuote


Subject
Written By
Posted
m p
May 02, 2012 03:18PM
Re: The MySQL service won't start
May 03, 2012 02:37AM
m p
May 03, 2012 07:48AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.