MySQL Database won't start in XAMPP Manager-osx

后端 未结 30 1285
暗喜
暗喜 2020-12-04 05:26

I downloaded XAMPP about a month ago and it was working just fine. Today I installed a voice recognition software and then restarted my computer. Ever since, MySQL won\'t st

30条回答
  •  情歌与酒
    2020-12-04 05:42

    It had the same problem, all I did was give read-only permissions for ALL users (system included) and all items included in the following folders:

    /Applications/XAMPP/xamppfiles/etc
    /Applications/XAMPP/xamppfiles/sbin
    

    and relaunch XAMPP control and launch mysql server again or

    sudo /Applications/XAMPP/xamppfiles/bin/mysql.server start   
    

提交回复
热议问题