Created
February 17, 2014 17:19
-
-
Save lakelse/9054932 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# uninstall mysql2 | |
gem uninstall mysql2 | |
# reinstall it | |
gem install mysql2 --no-ri --no-rdoc -- --with-mysql-dir=C:\row\mysql-connector-c-noinstall-6.0.2-win32 | |
# launch irb | |
irb | |
# type the following at the irb prompt | |
require 'mysql2' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment