InnoDB: Operating system error number 23 in a file operation

青春壹個敷衍的年華 提交于 2019-12-02 06:53:09

Sounds like you're on Windows: the ENFILE error basically says you have too many open files. Not quite sure how exactly you get around it: in general it is somewhere between 512 and 2048 in a process.

Would suggest maybe moving all the files out of the MySQL data directory and trying to recover them one by one.

I have the same issue but the error is pointing to another file :

InnoDB: File name .\ib_logfile0

Deleting (or renaming) both logfiles from the data directory (.\ib_logfile0 and .\ib_logfile1) solves the issue for me.

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