MYSQL服务器意外关闭

时间:2015-12-09 23:44:46

标签: mysql xampp

我试图运行MYSQL(XAMPP)并获得以下内容

2015-12-10 01:14:22 4572 [Note] Plugin 'FEDERATED' is disabled.
2015-12-10 01:14:22 1260 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-12-10 01:14:22 4572 [Note] InnoDB: Using atomics to ref count buffer pool pages
2015-12-10 01:14:22 4572 [Note] InnoDB: The InnoDB memory heap is disabled
2015-12-10 01:14:22 4572 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2015-12-10 01:14:22 4572 [Note] InnoDB: Memory barrier is not used
2015-12-10 01:14:22 4572 [Note] InnoDB: Compressed tables use zlib 1.2.3
2015-12-10 01:14:22 4572 [Note] InnoDB: Not using CPU crc32 instructions
2015-12-10 01:14:22 4572 [Note] InnoDB: Initializing buffer pool, size = 16.0M
2015-12-10 01:14:22 4572 [Note] InnoDB: Completed initialization of buffer pool
2015-12-10 01:14:22 4572 [Note] InnoDB: Highest supported file format is Barracuda.
2015-12-10 01:14:22 4572 [Note] InnoDB: Log scan progressed past the checkpoint lsn 3060372467
2015-12-10 01:14:22 4572 [Note] InnoDB: Database was not shutdown normally!
2015-12-10 01:14:22 4572 [Note] InnoDB: Starting crash recovery.
2015-12-10 01:14:22 4572 [Note] InnoDB: Reading tablespace information from the .ibd files...
2015-12-10 01:14:23 4572 [Note] InnoDB: Restoring possible half-written data pages 
2015-12-10 01:14:23 4572 [Note] InnoDB: from the doublewrite buffer...
InnoDB: Doing recovery: scanned up to log sequence number 3060629849
2015-12-10 01:15:45 1260  InnoDB: Operating system error number 1117 in a file operation.
InnoDB: Some operating system error numbers are described at
InnoDB: http://dev.mysql.com/doc/refman/5.6/en/operating-system-error-codes.html
2015-12-10 01:15:45 4572 [ERROR] InnoDB: File C:\xampp\mysql\data\ibdata1: 'Windows aio' returned OS error 1217. Cannot continue operation

这很痛苦,因为我有几个SQL数据库,我甚至无法支持它们; phpmyadmin也不起作用。请帮助!

1 个答案:

答案 0 :(得分:0)

尝试打开您的任务管理器并通过结束该过程来杀死mysqld,然后尝试重新启动。

在这里找到一些答案:

http://www.scriptscoop.net/t/788dbe5e7413/xampp-mysql-wont-start-error-1217.html

此外,如果您的数据库无法运行,您的phpmyadmin将无法运行。