Home  >  Article  >  Database  >  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?

Mary-Kate Olsen
Mary-Kate OlsenOriginal
2024-10-29 06:57:02366browse

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.

The above is the detailed content of How to Completely Uninstall MySQL on Mac OS X After a PowerPC Misinstallation?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn