Gijs Paulides
Gijs Paulides
Now we need to point to a github branch, the gem install command won't work on windows anymore. Because you need bundler to do this. ```Ruby # Gemfile gem 'mysql2',...
I suppose it can be many things, for me the main part of the solution was to **not use bundler**. Just do `gem install mysql2`. After this, for me it...
Hello, I have updated from Ruby 2.6 to 2.7 on multiple windows machines with mysql2 now and found a better way to solve it: 1. Get the mysql installer https://dev.mysql.com/downloads/installer/...
@AbdulAhadArain looks like it was already installed. maybe try gem uninstall mysql2 and try again. It might also help.to set your gemfile dependency to gem 'mysql2', '~> 0.5.3'
You have an `>` at the end of the path to your c++ connector folder. Make sure the path is valid and exists.
@jpbalarini thanks for this. Any chance you could update it further to `~> 6`?