Windows 7 64 ビットで ruby 1.9.3 と rails 3.2.12 を使用していますが、次のエラーが発生し、mysql2 gem のインストールに問題があります。
gem install mysql2
I am getting following error
You've installed the binary version of mysql.
It was built using MySQL Connector/C version 6.0.2.
It's recommended to use the exact same version to avoid potential issues.
At the time of building this gem, the necessary DLL files where available
in the following URL:
http://dev.mysql.com/get/Downloads/Connector-C/mysql-connector-c-noinstall-6.0.2-win32.zip/from/pick
You can put the lib\libmysql.dll available in this package to your Ruby bin directory.
E.g. C:\Ruby\bin
私は dev.mysql.com/get/Downloads/Connector-C/mysql-connector-c-noinstall-6.0.2-win32.zip/from/pick に従い、指示どおりにコピーしましたが、うまくいきませんでした。
私もこれに従いますが、最後に同じエラーが発生します。助けていただければ幸いです。ありがとう