I accidentally installed the PowerPC version of MySQL on my Intel Mac in Snow Leopard, and it installed without a problem but of course doesn't run properly. I just didn't pay enough attention. Now when I try to install the correct x86 version it says that it can't install because a newer version is already installed. A Google query led me to perform these actions/delete these files to uninstall it.
sudo rm /usr/local/mysql
sudo rm -rf /usr/local/mysql*
sudo rm -rf /Library/StartupItems/MySQLCOM
sudo rm -rf /Library/PreferencePanes/My*
vim /etc/hostconfig and removed the line MYSQLCOM=-YES-
rm -rf ~/Library/PreferencePanes/My*
sudo rm -rf /Library/Receipts/mysql*
sudo rm -rf /Library/Receipts/MySQL*
And they haven't seemed to help at all. I am still receiving the same message about their being a newer version. I thought, "Well if I can't fix this than I'll just trump the entire process by installing an even newer version, (the current Beta) which could not possibly be installed." And sure enough, I went to install the Beta and it gave me the same message about how a newer version was already installed. I can't uninstall it from the Prefs Pane because I never installed the PrefPane also.enter code here