Using Ruby with Mysql  PDF Print E-mail
Tag it:
Delicious
Furl it!
Digg
NewsVine
Reddit
YahooMyWeb
Technorati
Articles Reviews Ruby
Written by Phil Harrison   
Saturday, 10 February 2007

{mos_sb_discuss:50}

MySQL support in Ruby was made possible by Tomita Masahiro. He has developed a pure Ruby binding called Ruby/MySQL.

We need to install the same on our PC and the installation (you need to be connected to the internet and it takes some time) is as shown below:

 


C:\>gem install mysql

Bulk updating Gem source index for: http://gems.rubyforge.org

Select which gem to install for your platform (i386-mswin32)

 1. mysql 2.7.1 (mswin32)

 2. mysql 2.7 (ruby)

 3. mysql 2.6 (ruby)

 4. mysql 2.5.1 (ruby)

 5. Cancel installation

> 1

Successfully installed mysql-2.7.1-mswin32

Installing ri documentation for mysql-2.7.1-mswin32...

Installing RDoc documentation for mysql-2.7.1-mswin32...

C:\>

 

Read more ...


User reviews

There are no user reviews for this item.

Add new review




Powered by jReviews

Last Updated ( Sunday, 11 February 2007 )
 
< Prev   Next >