MacOS Can't start MySQL Server

后端 未结 9 910
甜味超标
甜味超标 2021-02-13 03:58

I have MacOS Sierra. I have installed MySQL Server which has been working, however, after a reboot of the Mac Book, I cannot start the MySQL Server.

I have trie

9条回答
  •  说谎
    说谎 (楼主)
    2021-02-13 04:33

    My problem was that due to an incorrect restart of my machine, a database was corrupted. According to their docs doing a forced InnoDB Recovery did the trick:

    /etc/my.cnf
    
    innodb_force_recovery = 2
    

提交回复
热议问题