File ./ib_logfile101: 'aio write' returned OS error 122

試著忘記壹切 提交于 2019-12-05 10:23:26

It means the filesystem your using doesn't support aio. You can tell this to innodb by adding the following line to my.cnf:

innodb_use_native_aio=0

With this in my.cnf MySQL should be able to start.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!