EasyPHP(DevServer 14.1 VC11)mysql 意外结束

EasyPHP(DevServer 14.1 VC11)mysql 意外结束

我安装了 EasyPHP,因为我学校需要它,但是当我启动它时,我收到一个名为“mysql 意外结束”的错误,并且我无法启动 MySQL。

我尝试更改文件 my.ini 中的某些选项,但仍然出现此错误。

错误日志:

2019-11-02 14:03:51 9612 [Note] Plugin 'FEDERATED' is disabled.
2019-11-02 14:03:51 2480 InnoDB: Warning: Setting innodb_use_sys_malloc to FALSE is DEPRECATED. This option may be removed in future releases, together with the InnoDB's internal memory allocator.
2019-11-02 14:03:51 9612 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2019-11-02 14:03:51 9612 [Note] InnoDB: Compressed tables use zlib 1.2.3
2019-11-02 14:03:51 9612 [Note] InnoDB: Not using CPU crc32 instructions
2019-11-02 14:03:51 9612 [Note] InnoDB: Initializing buffer pool, size = 20.0M
2019-11-02 14:03:51 9612 [Note] InnoDB: Completed initialization of buffer pool
2019-11-02 14:03:51 9612 [Note] InnoDB: Highest supported file format is Barracuda.
2019-11-02 14:03:51 2480  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
2019-11-02 14:03:51 9612 [ERROR] InnoDB: File D:\EasyPHP-DevServer-14.1VC11\binaries\mysql\data\ib_logfile0: 'aio read' returned OS error 187. Cannot continue operation

有人可以帮我修复它吗?

答案1

有效的答案:将此行添加到my.ini

innodb_flush_method=normal

相关内容