Page 1 of 1

MySql will not start

PostPosted: 12. January 2014 12:30
by Ingolopolos
Hej!

I installed XAMPP yesterday (Control Panel 3.2.1), but I can not get MySql started. Apache is running fine. I installed XAMPP on my C drive in Windows 7. I got the following error log

140111 18:51:52 [Note] Plugin 'FEDERATED' is disabled.
140111 18:51:52 InnoDB: The InnoDB memory heap is disabled
140111 18:51:52 InnoDB: Mutexes and rw_locks use Windows interlocked functions
140111 18:51:52 InnoDB: Compressed tables use zlib 1.2.3
140111 18:51:52 InnoDB: Initializing buffer pool, size = 16.0M
140111 18:51:52 InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file C:\xampp\mysql\data\ibdata1 did not exist:
InnoDB: a new database to be created!
140111 18:51:52 InnoDB: Setting file C:\xampp\mysql\data\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
140111 18:51:52 InnoDB: Log file C:\xampp\mysql\data\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file C:\xampp\mysql\data\ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
140111 18:51:53 InnoDB: Log file C:\xampp\mysql\data\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file C:\xampp\mysql\data\ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: 127 rollback segment(s) active.
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
140111 18:51:54 InnoDB: Waiting for the background threads to start
140111 18:51:55 InnoDB: 5.5.34 started; log sequence number 0
140111 18:51:55 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306
140111 18:51:55 [Note] - '0.0.0.0' resolves to '0.0.0.0';
140111 18:51:55 [Note] Server socket created on IP: '0.0.0.0'.
140111 18:51:55 [ERROR] Event Scheduler: Failed to open table mysql.event
140111 18:51:55 [ERROR] Event Scheduler: Error while loading from disk.
140111 18:51:55 [Note] Event Scheduler: Purging the queue. 0 events
140111 18:51:55 [ERROR] Aborting

140111 18:51:55 InnoDB: Starting shutdown...
140111 18:51:55 InnoDB: Shutdown completed; log sequence number 1595675
140111 18:51:55 [Note] c:\xampp\mysql\bin\mysqld.exe: Shutdown complete


Can anyone help?