"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 Completely Uninstall MySQL on Mac OS X After a PowerPC Misinstallation?

How to Completely Uninstall MySQL on Mac OS X After a PowerPC Misinstallation?

Published on 2024-11-15
Browse:993

How to Completely Uninstall MySQL on Mac OS X After a PowerPC Misinstallation?

Uninstalling MySQL from Mac OS X: Resolving Improper PowerPC Installation

In an attempt to rectify a misinstallation of MySQL's PowerPC version on an Intel-based Mac running Snow Leopard, a user encountered installation conflicts when attempting to install the correct x86 version. Despite following instructions for manual uninstallation, the issue persisted, preventing successful installation.

To resolve this, users are advised to additionally execute the following command:

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

This command removes receipts associated with MySQL, further ensuring complete uninstallation. After executing this additional step, users should be able to successfully install the appropriate x86 version of MySQL on their Mac OS X system.

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