I know that mysql is installed:
(我知道已安装mysql:)
mysql --version
And I get:
(我得到:)
Ver 8.0.18 for osx10.13 on x86_64 (Homebrew)
However, I can't seem to connect my Laravel app to the database.
(但是,我似乎无法将Laravel应用程序连接到数据库。)
Here is the error I get in trying to start mysql:
(这是我尝试启动mysql时遇到的错误:)
service mysql start
And, the error is:
(并且,错误是:)
zsh: command not found: service
Any idea how to problem solve this?
(任何想法如何解决这个问题?)
Thanks (谢谢)
ask by henry translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…