Skip to content

Instantly share code, notes, and snippets.

@lakelse
Created February 17, 2014 17:19
Show Gist options
  • Save lakelse/9054932 to your computer and use it in GitHub Desktop.
Save lakelse/9054932 to your computer and use it in GitHub Desktop.
# 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