Skip to content

Instantly share code, notes, and snippets.

@williamn
Created January 3, 2012 10:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save williamn/1554404 to your computer and use it in GitHub Desktop.
Install gem mysql on Windows
gem install mysql --platform=ruby -- --with-mysql-include=C:\xampplite\mysql\include --with-mysql-lib=C:\xampplite\mysql\lib\opt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment