I did a server restart for my web server and on restart, MySQL won't start. If I use taskmanager to kill mysqld.exe and try the start from services console, it gets about 50% through the startup, stalls for a long time, and when it eventually finishes it shows the message:
"Windows could not start the MySQL service on Local Computer. Error 1053: The service did not respond to the start or control request in a timely fashion."
I had this once before and from memory all I had to do to correct it was delete the ib_logfile0 and ib_logfile1 files.
This has not helped this time.
Please help! I have 9 websites down and need them backup ASAP.
UPDATE:
An update on this... If I change the default database engine in my.ini from InnoDB to MyISAM and enable the skip_innodb option, the MySQL service starts. But none of the websites work properly. (eg. If I go to a wordpress site, it loads the Wordpress installation wizard instead of the existing website). So I think it has something to do with INNODB.
UPDATE 2:
MySQL Error log last entries (before I deleted the .err file):
Version: '5.1.66-community' socket: '' port: 3306 MySQL Community Server (GPL)
130829 9:47:27 [Note] C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld: Normal shutdown
130829 9:47:27 [Note] Event Scheduler: Purging the queue. 0 events
130829 9:47:27 InnoDB: Starting shutdown...
130829 9:47:29 InnoDB: Shutdown completed; log sequence number 0 725928381
130829 9:47:29 [Note] C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld: Shutdown complete
130829 11:49:13 [Note] Plugin 'FEDERATED' is disabled.
130829 11:49:14 InnoDB: Initializing buffer pool, size = 47.0M
130829 11:49:15 InnoDB: Completed initialization of buffer pool
130829 11:49:18 InnoDB: Started; log sequence number 0 725928381
130829 12:04:26 [Note] Event Scheduler: Loaded 0 events
130829 12:04:26 [Note] C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld: ready for connections.
Version: '5.1.66-community' socket: '' port: 3306 MySQL Community Server (GPL)
130829 12:14:22 [Note] Plugin 'FEDERATED' is disabled.
130829 12:14:22 [Note] Plugin 'InnoDB' is disabled.
130829 12:14:23 [Note] Event Scheduler: Loaded 0 events
130829 12:14:23 [Note] C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld: ready for connections.
Version: '5.1.66-community' socket: '' port: 3306 MySQL Community Server (GPL)
130829 12:28:45 [Note] C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld: Normal shutdown
130829 12:28:45 [Note] Event Scheduler: Purging the queue. 0 events
130829 12:28:45 [Note] C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld: Shutdown complete
enter code here
enter code here