Thursday, July 02, 2009

Setup of MySql on OSX for Rails

You would think this would be as easy as "sudo gem install mysql" but it is not. After installing the MySql community server, you need to install via this command:

sudo gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config

After that, you will be in business.

No comments: