The Satyavolu Family Website

Archive for July, 2009

Installing MySQL gem on Mac OS X Leopard

Installing the MySQL gem on Leopard was much more painful than I thought. I had the 64-bit version of MySQL already installed. So I had to uninstall MySQL on Leopard, which was a challenge all on its own. Here is what I did (after stopping MySQL, and backing up my databases first, of course): sudo rm /usr/local/mysql sudo rm -rf /usr/local/mysql* sudo rm →