"If a worker wants to do his job well, he must first sharpen his tools." - Confucius, "The Analects of Confucius. Lu Linggong"
Front page > Programming > How to Fix a Persistent MySQL Installation Issue on Intel Mac After PowerPC Version Error?

How to Fix a Persistent MySQL Installation Issue on Intel Mac After PowerPC Version Error?

Published on 2024-11-14
Browse:282

How to Fix a Persistent MySQL Installation Issue on Intel Mac After PowerPC Version Error?

Persistent MySQL Installation on Intel Mac Despite Erroneous PowerPC Version

If you encounter challenges when attempting to install the correct x86 version of MySQL on your Intel Mac OS X system after mistakenly installing the PowerPC version, you may receive an error indicating that a newer version is already installed. Despite following the suggested steps to manually uninstall the erroneous installation, you may still encounter the same issue.

To resolve this persistent installation issue, consider executing the following additional command:

sudo rm -rf /var/db/receipts/com.mysql.*

This command will remove any remaining receipt files related to previous MySQL installations, ensuring a clean slate for the subsequent installation of the x86 version.

Latest tutorial More>

Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.

Copyright© 2022 湘ICP备2022001581号-3