MySQL Database won't start in XAMPP Manager-osx

后端 未结 30 1259
暗喜
暗喜 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:54

    1. close XAMPP control
    2. sudo killall mysqld
    3. sudo /Applications/XAMPP/xamppfiles/bin/mysql.server start

提交回复
热议问题