Mysql service won't start, InnoDB init function error

后端 未结 2 811
广开言路
广开言路 2020-12-04 02:47

So seemingly out of nowhere tonight, my wordpress site went down and I\'ve traced it to problems with mysql. Mysql won\'t start on the server because it keeps failing.

相关标签:
2条回答
  • 2020-12-04 03:32

    AFAIK System error: 2 = No such file or directory.

    Check that the directory exist, that mysql has permission to write to it and that there enough space left on the disk.

    0 讨论(0)
  • 2020-12-04 03:32

    Another consideration might be to ensure your tmpdir used for mysql has enough disk space and required permission.

    In addition, for windows users: consider using front slash (/) as against back slash (\) for your tmpdir path

    0 讨论(0)
提交回复
热议问题