赞
踩
日志报错:InnoDB: File .\ib_logfile101: ‘aio write’ returned OS error 187. Cannot continue operation
解决方法:
Make a fresh installation of mysql when it hang “in service start…”
make this:
open with notepad++ the file my.ini file and to innodb section add this:
#*** INNODB Specific options ***
innodb_buffer_pool_size = 256M
innodb_log_file_size = 256M
innodb_thread_concurrency = 16
innodb_flush_log_at_trx_commit = 2
innodb_flush_method = normal
Save the file, after
go a usually on windows
c:\ProgramData\MySQL\MySQL Server5.5\data and cancel this file:
DESKTOP-K1N1S7A.err
ib_logfile0
ib_logfile1
ibdata1
***简单粗暴 在my.iml 中 添加
innodb_buffer_pool_size = 256M
innodb_log_file_size = 256M
innodb_thread_concurrency = 16
innodb_flush_log_at_trx_commit = 2
innodb_flush_method = normal
然后启动
我的是安装时卡在 setart server***
https://bugs.mysql.com/bug.php?id=85020
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。