You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`The last version of mysql2 (>= 0) to support your Ruby & RubyGems was 0.5.3. Try installing it with `gem install mysql2 -v 0.5.3`
mysql2 requires Ruby version >= 2.2, < 2.7.dev. The current ruby version is 2.7.5.203.
`
So is there any plans to release new version of mysql2 gem?
The text was updated successfully, but these errors were encountered:
Notice how the build options are put in a string, this is required because else characters like = and / are escaped. (That was 2 hours down the drain until I figured that one out 🥇 )
At the comment @sbocinec pointed at, I have made detailed instructions on making sure you install Connector C++ 8.0 for x86.
Hi,
I tried with no success to to install mysql2 on ruby 2.7.5. Here is what happened:
C:\>gem install mysql2 -- '--with-mysql-lib="C:\Program%20Files\MySQL\MySQL%20Server%205.7\lib" --with-mysql-include="C:\Program%20Files\MySQL\MySQL%20Server%205.7\include" --with-mysql-dir="C:\Program%20Files\MySQL\MySQL%20Server%205.7"'
Fetching mysql2-0.5.3-x64-mingw32.gem
ERROR: Error installing mysql2:
`
So is there any plans to release new version of mysql2 gem?
The text was updated successfully, but these errors were encountered: