MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: failed/faulty install on OS X.5/PPC
Posted by: Kent Boortz
Date: January 16, 2010 07:09PM

Apple forgot to include a "uninstaller" toolkit in Mac OS X, so to
install the older package you need to manually uninstall the old one.

I think this will uninstall the old install properly. Note that if
you have database files under "/usr/local/mysql/" you need to back
them up

  rm -fr /Users/*/Library/PreferencePanes/MySQL.prefPane
  rm -fr /Library/PreferencePanes/MySQL.prefPane
  rm -fr /Library/StartupItems/MySQLCOM
  rm -fr /Library/Receipts/MySQLStartupItem.pkg
  rm -fr /Library/Receipts/mysql*.pkg
  rm -fr /usr/local/mysql*

After that you should be able to install the DMG.

You can read about Mac OS X for PowerPC and the ended support

http://www.mysql.com/support/eol-notice.html

I have no idea why the already released packages where removed
from the download pages.

You *can* find MySQL 5.1.40 packages for Mac OS X and PowerPC
on the (not that easy to find I have to admit) page

http://downloads.mysql.com/archives.php?p=mysql-5.1&v=5.1.40

Sorry for the inconvenience,

kent

Kent Boortz, Release Staff Engineer
Oracle, the MySQL team, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
7407
January 03, 2010 03:16PM
Re: failed/faulty install on OS X.5/PPC
4434
January 16, 2010 07:09PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.