Skip to content

Instantly share code, notes, and snippets.

@Alfreddd
Created October 11, 2011 15:45
Show Gist options
  • Save Alfreddd/1278465 to your computer and use it in GitHub Desktop.
Save Alfreddd/1278465 to your computer and use it in GitHub Desktop.
Installing mysql2 gem on Windows -- Ruby 1.9.2 with devkit
gem install mysql2 -v 0.2.11 --platform=ruby -- '--with-mysql-dir="C:\Program Files\MySQL\MySQL Server 5.1" --with-mysql-lib="C:\Program Files\MySQL\MySQL Server 5.1\lib\opt"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment