Return to Snippet

Revision: 28798
at July 14, 2010 17:58 by adhd360


Initial Code
Download / install the 64-bit MySQL 5.1.37 from mysql.com

run the following commands:

sudo gem update --system

sudo env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config

Initial URL


Initial Description


Initial Title
MySQL gem on Mac OS X

Initial Tags


Initial Language
Other