【问题标题】:configuration of mysql server installation failed OR can't start the service [closed]mysql服务器安装配置失败或无法启动服务[关闭]
【发布时间】:2014-04-23 02:25:55
【问题描述】:

我正在安装 mysql server 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

【问题讨论】:

标签: mysql mysql-error-1064


【解决方案1】:

解决方案:

将此行添加到配置文件(my.ini in programData...)

innodb_flush_method=normal

http://bugs.mysql.com/bug.php?id=28913

【讨论】:

  • 谢谢。像魅力一样工作。
  • 该死的错误,感谢这个解决方案!我正在将我的数据文件夹移动到 3 TB 的外部驱动器,如果没有上述额外设置,这将无法正常工作(因为 >2TB,请参阅错误链接)。
  • 只有在innodb_lock_wait_timeout = 50下添加该行才对我有用
  • 谢谢...我在新的 easyPHP 安装上浪费了一个小时!
猜你喜欢
  • 2023-03-31
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2018-01-08
  • 1970-01-01
  • 1970-01-01
  • 2012-01-16
相关资源
最近更新 更多