MySQL gem on Mac OS X


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. Download / install the 64-bit MySQL 5.1.37 from mysql.com
  2.  
  3. run the following commands:
  4.  
  5. sudo gem update --system
  6.  
  7. sudo env ARCHFLAGS="-arch x86_64" gem install mysql -- --with-mysql-config=/usr/local/mysql/bin/mysql_config
  8.  

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.