Why won't MySQL 8.0.28 install on macOS 12 Monterey?

Viewed 7157

I downloaded the community version of MySQL but it won't install on macOS. How come?

MySQL 8.0.28-community can’t be installed on this computer.

2 Answers

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.

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

Related