Installing the MySQL2 adopter for Ruby?

Note that you cannot use mysql2 version 0.3. X with Rails version less than 3.1.x. I assume you are using Rails 3.0.

X or below (and thus you need to use mysql2 version 0.2. X).

Note that you cannot use mysql2 version 0.3. X with Rails version less than 3.1.x. I assume you are using Rails 3.0.

X or below (and thus you need to use mysql2 version 0.2. X): Here is an example of how to set up a gemset and the Gemfile to use mysql2: ~/code/myapp $ rvm gemset create myapp ~/code/myapp $ rvm use @myapp >>>> ~/code/myapp $ bundle install ~/code/myapp $ bundle show mysql2 /. Rvm/gems/ruby-@myapp/gems/mysql2-0.

2.7.

Zabba You know, my mysql2 version is mysql2 (0.3.2) which showed after I ran bundle install. And then bundle show mysql2 command gave this message: Could not find gem 'mysql2 (= 0.2.7)' in any of the gem sources listed in your Gemfile. – GeekedOut May 3 at 0:32 @Zabba so I think my mysql2 is somehow not installed/not configured....right?

But it seems I just went through all the install actions. CoNfUsEd :) – GeekedOut May 3 at 0:33 Please post your Gemfile and the output of command rvm gemdir. Also, what is the gemset name you created?

Also, in which directory are you running bundle install (i.e. What is the pwd) and does the Gemfile in that directory contain the line gem "mysql2", "0.2.7"? And what is output of command rvm current.

– Zabba May 3 at 1:01 @Zabba just edited by original question with the info you posted – GeekedOut May 3 at 1:11 I see that you did not follow the steps I have outlined in my answer. Also you have not answered all the questions I asked in my comment above. – Zabba May 3 at 1:12.

If you're using Bundler, you should add gem "mysql2" to your Gemfile, then run bundle install.

That didn't really fix things. I am trying Zabba's example now :) Will report what happens :) – GeekedOut May 3 at 0:25.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions