アップデート

railsの2.3.5を入れる

C:\Users\kenmituo>gem install rails
Successfully installed activesupport-2.3.5
Successfully installed activerecord-2.3.5
Successfully installed actionpack-2.3.5
Successfully installed actionmailer-2.3.5
Successfully installed activeresource-2.3.5
Successfully installed rails-2.3.5
6 gems installed
Installing ri documentation for activesupport-2.3.5...
Installing ri documentation for activerecord-2.3.5...
Installing ri documentation for actionpack-2.3.5...
Installing ri documentation for actionmailer-2.3.5...
Installing ri documentation for activeresource-2.3.5...
Installing RDoc documentation for activesupport-2.3.5...
Installing RDoc documentation for activerecord-2.3.5...
Installing RDoc documentation for actionpack-2.3.5...
Installing RDoc documentation for actionmailer-2.3.5...
Installing RDoc documentation for activeresource-2.3.5...

C:\Users\kenmituo>rails -v
Rails 2.3.5

 
Ruby1.8.7を入れる
http://www.garbagecollect.jp/ruby/mswin32/ja/download/release.htmlから最新リリース版をDLする。
Rubyフォルダに解凍したファイルをコピペ
 
 
MySQLを入れる
http://dev.mysql.com/downloads/mysql/5.0.html#win32からDL
今回は5.0系から5.1系に変更するので、5.1.41のmsiファイルをDLする
インストーラーを起動してみたが・・・エラーになった。問題解決の方法がわかんね。
(たぶん5.0をアンインストールすればOKなんだろーなー・・・)