【问题标题】:Terminal error no available formula with the name start终端错误没有名称为 start 的可用公式
【发布时间】:2022-01-12 01:12:24
【问题描述】:

我正在尝试让我的 mysql 服务器运行...但是当我尝试启动服务器时,我不断收到此错误。我该如何解决?

终端输入

brew services mysql start

错误信息

没有名称为“start”的可用公式。您是指 star、kstart 还是 qstat?

【问题讨论】:

    标签: mysql terminal homebrew


    【解决方案1】:

    应该是brew services start mysql

    您可以使用brew services list 来检查它是否已经真正启动。

    $ brew services list
    Name           Status  User File
    docker-machine none
    mysql          started rui  ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-05-08
      • 2017-11-02
      • 2018-09-14
      • 2018-11-10
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多