mysql - 配置mysql服务器安装失败或无法启动服务

标签 mysql mysql-error-1064

<分区>

我正在安装 mysql server 5.6,但是当涉及到安装配置时,尝试启动服务很糟糕 当我取消并尝试从服务开始时,它说: 错误 1067:程序意外终止。

这是我的错误:

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

最佳答案

解决方法:

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

innodb_flush_method=normal

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

关于mysql - 配置mysql服务器安装失败或无法启动服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22461872/

相关文章:

php - 使用 PDO 语句更新

当行数多于 IN 值时,MYSQL 返回 null

PHP 订单捕获门户

mysql - 内连接根据日期仅从第二个表中选择一行

MySQL 错误 "right syntax to use near '/*100,3), '%') AS `Percentage` FROM INFORMATION_SCHEMA.PROFILING"

mysql - 使用 mysqlQuery 重复某些值时未获得预期结果

php - 从 PHP 执行多表 mysql 查询时遇到问题

mysql - ALTER AUTO_INCREMENT 的 1064 错误

mysql - 在 ubuntu 中安装 mysql 时遇到错误

php - 从 2 个表获取数据,其中一个表依赖于另一个表