簡體   English   中英

如何將MySQL連接到Ruby on Rails?

[英]How do you connect MySQL to Ruby on Rails?

我關注了這篇帖子, http://blog.teamtreehouse.com/installing-ruby-rails-and-mysql-on-os-x-lion

我已經學習Ruby和Rails一個月了,所以我對Ruby非常熟悉。 我也了解Rails的某些部分,這歸因於通過以下幾篇教程獲得的理解。

但是,在使用rails new photos -d mysql之前,我一直無法執行gem install mysqlgem install mysql2

我已經成功完成brew install mysql並檢查了mysql -u root

seodongju@Seoui-MacBook-Pro ~/Desktop/Projects$ sudo gem install mysql2 
Password: 
Building native extensions. This could take a while... 
ERROR: Error installing mysql2: ERROR: Failed to build gem native extension.

/usr/local/rvm/rubies/ruby-2.0.0-p247/bin/ruby extconf.rb
checking for rb_thread_blocking_region()... yes checking for rb_wait_for_single_fd()... yes checking for rb_hash_dup()... yes checking for rb_intern3()... yes checking for mysql.h... no

checking for mysql/mysql.h... no
mysql.h is missing. please check your installation of mysql and try again.
*** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options.

Provided configuration options: --with-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=/usr/local/rvm/rubies/ruby-2.0.0-p247/bin/ruby --with-mysql-config --without-mysql-config

Gem files will remain installed in /usr/local/rvm/gems/ruby-2.0.0-p247/gems/mysql2-0.3.13 for inspection. Results logged to /usr/local/rvm/gems/ruby-2.0.0-p247/gems/mysql2-0.3.13/ext/mysql2/gem_make.out

您應該先在機器上安裝MySQL

從這里拿走

http://dev.mysql.com/downloads/installer

安裝后,安裝寶石

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM