Incorrect MySQL client library version
Date : March 29 2020, 07:55 AM
should help you out There seem to be several questions on here already about this. Did you try their solutions? Probably the most clear is this: mysql2 gem compiled for wrong mysql client libraryAt the time of building this gem, the necessary DLL files where available
in the following download:
http://dev.mysql.com/get/Downloads/Connector-C/mysql-connector-c-noinstall-6.0.2-win32.zip/from/pick
And put lib\libmysql.dll file in your Ruby bin directory, for example
C:\Ruby\bin
|
Incorrect MySQL client library version! This gem was compiled for 5.5.28 but the client library is 5.6.22/ Mac OS X/10.9
Tag : mysql , By : Steve Jones
Date : March 29 2020, 07:55 AM
wish help you to fix your issue All the problems were related to mysql connector. I needed to update it. I use NetBeans IDE. I just replaced an old mysql driver with the new one. I restarted my MySQL server. It worked. Maybe someone will find my answer helpful.
|
Incorrect MySQL client library version! This gem was compiled for 5.5.37 but the client library is 5.6.25
Date : March 29 2020, 07:55 AM
this will help I upgraded my Ubuntu from 2014.04 to 2015.04 and now bundle exec rake db:migrate returns an error: , Running these commands solved the problem: gem uninstall mysql2
bundle install
|
Rails 3 - Incorrect MySQL client library version! Gem compiled for the wrong client library version
Date : March 29 2020, 07:55 AM
|
"Incorrect MySQL client library version"
Tag : mysql , By : user150744
Date : March 29 2020, 07:55 AM
|