为什么 MySQL 8.0.28 无法安装在 macOS 12 Monterey 上?

发布于 2025-01-15 16:02:15 字数 1828 浏览 3 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

め七分饶幸 2025-01-22 16:02:15

自从Apple M1 CPU推出以来,MySQL等软件提供了Apple M1 CPU(arm)和Intel CPU(x86)2个版本。

请确保您下载了正确的版本。

Since the introduction of Apple M1 CPU, software like MySQL provided 2 versions for Apple M1 CPU (arm) and Intel CPU (x86).

Please make sure you downloaded the right version.

油饼 2025-01-22 16:02:15

我收到以下错误:

“mysql-8.0.31-macos12-x86_64.pkg”无法打开,因为它来自身份不明的开发人员。

以下步骤解决了我的 mac m1 上的此问题。

  1. 下载适用于 Mac M1 的 x86 版本(DMG)。
  2. 双击 DMG,它将打开 .pkg 文件。
  3. 不要双击 .pkg 文件,而是右键单击并打开包。

I got the error below :

"mysql-8.0.31-macos12-x86_64.pkg” cannot be opened because it is from an unidentified developer."

Below steps resolved this issue on my mac m1.

  1. Download the x86 version(DMG) for Mac M1.
  2. Double click the DMG and it'll open the .pkg file.
  3. Rather than double clicking on the .pkg file, right click and open the package.
时光倒影 2025-01-22 16:02:15

作为一种解决方法,您还可以考虑使用 brew install mysql 从brew 获取mysql。

As an workaround you also could consider getting mysql from brew with brew install mysql.

时间海 2025-01-22 16:02:15

这对我有用:
要下载 MySQL 社区服务器,请转至 MySQL 社区下载页面,然后单击适用于 macOS 11(ARM、64 位)、DMG Archive 的下载按钮。这将下载 MySQL Community Server 版本 8.0。 macOS 下载文件夹中的 27 个文件

This works for me:
To download the MySQL Community Server, go to MySQL Community Downloads page and click Download button for macOS 11 (ARM, 64bit), DMG Archive. This will download the MySQL Community Server version 8.0. 27 file in your macOS' Download folde

星星的軌跡 2025-01-22 16:02:15

我遇到了同样的问题。我通过在 Macbook 上下载 x86 版本解决了这个问题

I encountered the same issue. I was able to resolve it by downloading the x86 version on my Macbook

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文