2015-10-22 62 views
0

我刚安装XAMPP当我按下开始为MySQL,它正常启动,然后突然就停止。 这里是我的控制台得到:XAMPP错误:MySQL的意外关闭

12:52:45 AM [mysql] Error: MySQL shutdown unexpectedly. 
12:52:45 AM [mysql] This may be due to a blocked port, missing dependencies, 
12:52:45 AM [mysql] improper privileges, a crash, or a shutdown by another method. 
12:52:45 AM [mysql] Press the Logs button to view error logs and check 
12:52:45 AM [mysql] the Windows Event Viewer for more clues 
12:52:45 AM [mysql] If you need more help, copy and post this 
12:52:45 AM [mysql] entire log window on the forums 

这里是在错误日志文件:

Version: '5.6.24' socket: '' port: 3306 MySQL Community Server (GPL) 
2015-10-22 10:01:43 7700 [Note] Plugin 'FEDERATED' is disabled. 
2015-10-22 10:01:43 12f0 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator. 
2015-10-22 10:01:43 7700 [Note] InnoDB: Using atomics to ref count buffer pool pages 
2015-10-22 10:01:43 7700 [Note] InnoDB: The InnoDB memory heap is disabled 
2015-10-22 10:01:43 7700 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 
2015-10-22 10:01:43 7700 [Note] InnoDB: Memory barrier is not used 
2015-10-22 10:01:43 7700 [Note] InnoDB: Compressed tables use zlib 1.2.3 
2015-10-22 10:01:43 7700 [Note] InnoDB: Not using CPU crc32 instructions 
2015-10-22 10:01:43 7700 [Note] InnoDB: Initializing buffer pool, size = 16.0M 
2015-10-22 10:01:43 7700 [Note] InnoDB: Completed initialization of buffer pool 
2015-10-22 10:01:43 7700 [Note] InnoDB: Highest supported file format is Barracuda. 
2015-10-22 10:01:43 7700 [Note] InnoDB: The log sequence numbers 1665234 and 1665234 in ibdata files do not match the log sequence number 39662092 in the ib_logfiles! 
2015-10-22 10:01:43 7700 [Note] InnoDB: Database was not shutdown normally! 
2015-10-22 10:01:43 7700 [Note] InnoDB: Starting crash recovery. 
2015-10-22 10:01:43 7700 [Note] InnoDB: Reading tablespace information from the .ibd files... 
2015-10-22 10:01:44 7700 [Note] InnoDB: Restoring possible half-written data pages 
2015-10-22 10:01:44 7700 [Note] InnoDB: from the doublewrite buffer... 
2015-10-22 10:01:44 7700 [Note] InnoDB: 128 rollback segment(s) are active. 
2015-10-22 10:01:44 7700 [Note] InnoDB: Waiting for purge to start 
2015-10-22 10:01:44 7700 [Note] InnoDB: 5.6.24 started; log sequence number 39662092 
2015-10-22 10:01:44 7700 [Note] Server hostname (bind-address): '*'; port: 3306 
2015-10-22 10:01:44 7700 [Note] IPv6 is available. 
2015-10-22 10:01:44 7700 [Note] - '::' resolves to '::'; 
2015-10-22 10:01:44 7700 [Note] Server socket created on IP: '::'. 
2015-10-22 10:01:45 7700 [Note] Event Scheduler: Loaded 0 events 
2015-10-22 10:01:45 7700 [Note] mysql\bin\mysqld.exe: ready for connections. 
Version: '5.6.24' socket: '' port: 3306 MySQL Community Server (GPL) 

谁能帮助我?我应该回到这个XAMPP的工作。谢谢!

回答

0

如果您使用的Linux/Unix,尝试通过在LAMPP文件夹运行mysqld时手动启动mysql,看看这是否正常工作或没有?