MySQL服务器安装配置失败或无法启动服务。

9
我正在安装mysql服务器5.6,但在安装配置时遇到了问题,它卡在尝试启动服务的地方。当我取消并尝试从服务中启动时,它会显示以下错误:错误1067:程序意外终止。
以下是我的 .err 文件内容:
2014-03-17 20:42:10 1372 [Note] Plugin 'FEDERATED' is disabled.
2014-03-17 20:42:10 fe0 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.
2014-03-17 20:42:10 1372 [Note] InnoDB: The InnoDB memory heap is disabled
2014-03-17 20:42:10 1372 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2014-03-17 20:42:10 1372 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-03-17 20:42:10 1372 [Note] InnoDB: Not using CPU crc32 instructions
2014-03-17 20:42:10 1372 [Note] InnoDB: Initializing buffer pool, size = 39.0M
2014-03-17 20:42:10 1372 [Note] InnoDB: Completed initialization of buffer pool
2014-03-17 20:42:10 1372 [Note] InnoDB: Highest supported file format is Barracuda.
2014-03-17 20:42:10 fe0  InnoDB: Operating system error number 87 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
2014-03-17 20:42:10 1372 [ERROR] InnoDB: File .\ib_logfile0: 'aio read' returned OS     error 187. Cannot continue operation

https://dev59.com/cW445IYBdhLWcg3wpb4P - ASNAOUI Ayoub
1个回答

24

谢谢。非常顺利工作。 - Pedro Casado
该死的 bug,感谢这个解决方案!我正在将我的数据文件夹移动到一个3TB的外部驱动器上,但如果没有上述额外设置(因为超过2TB,参见bug-link),它是无法正常工作的。 - Tominator
2
只有在我添加了innodb_lock_wait_timeout = 50下面的那行代码后,它才对我起作用。 - lurkit
谢谢...我在一个全新的easyPHP安装上浪费了一个小时! - Sampgun

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接