Ruby connection to MySQL

Source: Internet
Author: User
First install ruby1.8.6
Then go
Http://rubyforge.org/projects/mysql-win
Download mysql-2.7.3-mswin32.gem
In command line mode (if the environment variable is not set, you can directly switch to the bin directory under the ruby installation directory)
Gem install E:/tddownload/mysql-2.7.3-mswin32.gem

Then put such as D:/Ruby/lib/Ruby/gems/1.8/gems/mysql-2.7.3-mswin32/EXT
MySQL. So
Put it under a i386-msvcrt such as D:/Ruby/lib/Ruby/site_ruby/1.8/
Copy libmysql. dll in the bin directory under the MySQL installation directory to, for example, D:/Ruby/bin.

Require "MySQL"
DBC = mysql. real_connect ('localhost', 'root', '*******', 'mytest ')
Res = DBC. Query ('select ID from test ')
While ROW = res. fetch_row do
Puts "# {row [0]}"
End

Test successful
I have uploaded mysql-2.7.3-mswin32.gem
Now

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.