【问题标题】:How to install MySQL 5.7.23 on Mac via Brew如何通过 Brew 在 Mac 上安装 MySQL 5.7.23
【发布时间】:2020-11-05 17:17:37
【问题描述】:

我无法在 mac 上安装特定的子版本 5.7.23,但是我只能安装 MySQL 5.7,这是我不想要的。有任何想法吗?我使用的是 macOS10.15.4

brew install mysql@5.7.23
Error: No available formula with the name "mysql@5.7.23"
==> Searching for a previously deleted formula (in the last month)...
Error: No previously deleted formula found.
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.

【问题讨论】:

标签: mysql macos installation homebrew


【解决方案1】:

由于自制核心版本公式support policy

版本公式在主要/次要(非补丁)版本中应与当前稳定版本不同。这是因为补丁版本表示错误或安全更新,我们希望确保您应用安全更新。

最新的mysql@5.7 指向mysql@5.7 5.7.31GitHub PR reference

您应该能够使用带有brew install mysql@5.7brew upgrade mysql@5.7 的最新5.7.x 系列(如果您已经安装了它)。

【讨论】:

    猜你喜欢
    • 2019-02-09
    • 2017-10-21
    • 2022-12-14
    • 2019-01-19
    • 1970-01-01
    • 2012-02-14
    • 2022-07-20
    • 1970-01-01
    • 2019-02-15
    相关资源
    最近更新 更多