【发布时间】:2017-07-09 12:57:10
【问题描述】:
我开始学习PHP Laravel,我已经到了代客安装,到了需要用这个命令用brew安装mysql的地步
brew install mysql
mysql安装成功,但是当我运行命令时
brew services start mysql
我收到这个错误,我找不到解决方案
sh: 1: list: not found
Error: Failure while executing: load -w
/home/chemseddinez/Library/LaunchAgents/homebrew.mxcl.mysql.plist
PS:我使用的是 ubuntu 16.04 LTS
【问题讨论】:
标签: php mysql laravel-5 homebrew