This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
The community reviewed whether to reopen this question 1 year ago and left it closed:
Original close reason(s) were not resolved
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
自从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.
我收到以下错误:
“mysql-8.0.31-macos12-x86_64.pkg”无法打开,因为它来自身份不明的开发人员。
以下步骤解决了我的 mac m1 上的此问题。
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.
作为一种解决方法,您还可以考虑使用
brew install mysql
从brew 获取mysql。As an workaround you also could consider getting mysql from brew with
brew install mysql
.这对我有用:
要下载 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
我遇到了同样的问题。我通过在 Macbook 上下载 x86 版本解决了这个问题
I encountered the same issue. I was able to resolve it by downloading the x86 version on my Macbook