Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/url/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
UwAmp:Mysql服务器未启动_Mysql_Uwamp - Fatal编程技术网

UwAmp:Mysql服务器未启动

UwAmp:Mysql服务器未启动,mysql,uwamp,Mysql,Uwamp,Mysql服务器在2秒后停止工作(uwamp的新安装) Uwamp版本3.1在windows 8.1 pro 64位上以管理员权限启动 以下是Mysql日志: 2016-05-05T21:13:23.906126Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation

Mysql服务器在2秒后停止工作(uwamp的新安装)

Uwamp版本3.1在windows 8.1 pro 64位上以管理员权限启动

以下是Mysql日志:

2016-05-05T21:13:23.906126Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2016-05-05T21:13:23.907126Z 0 [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
2016-05-05T21:13:23.907126Z 0 [Warning] 'NO_AUTO_CREATE_USER' sql mode was not set.
2016-05-05T21:13:23.907126Z 0 [Warning] Insecure configuration for --secure-file-priv: Current value does not restrict location of generated files. Consider setting it to a valid, non-empty path.
2016-05-05T21:13:23.907126Z 0 [Note] E:\www\UwAmp\bin\database\mysql-5.7.11\bin\mysqld.exe (mysqld 5.7.11) starting as process 3280 ...
2016-05-05T21:13:23.932127Z 0 [ERROR] Can't open shared library 'E:\www\UwAmp\bin\database\mysql-5.7.11\lib\plugin\keyring_file.dll' (errno: 126 Le module spécifié est introuvable.)
2016-05-05T21:13:23.936127Z 0 [ERROR] Couldn't load plugin named 'keyring_file' with soname 'keyring_file.dll'.
2016-05-05T21:13:23.939127Z 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2016-05-05T21:13:23.941128Z 0 [Note] InnoDB: Uses event mutexes
2016-05-05T21:13:23.945128Z 0 [Note] InnoDB: Memory barrier is not used
2016-05-05T21:13:23.947127Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-05-05T21:13:23.949128Z 0 [Note] InnoDB: Number of pools: 1
2016-05-05T21:13:23.950128Z 0 [Note] InnoDB: Not using CPU crc32 instructions
2016-05-05T21:13:24.059136Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2016-05-05T21:13:24.074137Z 0 [Note] InnoDB: Completed initialization of buffer pool
2016-05-05T21:13:24.143139Z 0 [Note] InnoDB: Setting log file .\ib_logfile101 size to 48 MB
2016-05-05T21:13:24.684140Z 0 [Note] InnoDB: Setting log file .\ib_logfile1 size to 48 MB
2016-05-05T21:13:25.249173Z 0 [ERROR] InnoDB: Operating system error number 87 in a file operation.
2016-05-05T21:13:25.251203Z 0 [Note] InnoDB: Some operating system error numbers are described at http://dev.mysql.com/doc/refman/5.7/en/operating-system-error-codes.html
2016-05-05T21:13:25.255204Z 0 [ERROR] InnoDB: File .\ib_logfile101: 'aio write' returned OS error 187. Cannot continue operation
2016-05-05T21:13:25.258204Z 0 [ERROR] InnoDB: Cannot continue operation.
我对3.0.2版没有问题


感谢您的帮助

文件操作中的操作系统错误编号87。
'aio write'返回操作系统错误187。
似乎是值得谷歌搜索的主要错误消息。可能是以下错误的重复:。似乎在my.ini配置文件中添加了“innodb_flush_method=normal”修复了此人的问题,该问题也与同一日志文件有关。这是2007年报告的一个错误,但直到2014年,人们似乎一直在遇到这个错误。
文件操作中的操作系统错误号87。
'aio write'返回操作系统错误187。
似乎是值得谷歌搜索的中心错误消息。可能是以下错误的重复:。似乎在my.ini配置文件中添加了“innodb_flush_method=normal”修复了此人的问题,该问题也与同一日志文件有关。这是2007年报告的一个错误,但直到2014年,人们似乎仍然会遇到这个错误。