Skip to content

Instantly share code, notes, and snippets.

@RuanAragao
Created February 26, 2015 17:52
Show Gist options
  • Save RuanAragao/4c2876849a189961bc2c to your computer and use it in GitHub Desktop.
Save RuanAragao/4c2876849a189961bc2c to your computer and use it in GitHub Desktop.
Exemplo de instação de gem do mysql no windows
#Exemplo de instação de gem do mysql no windows
gem install mysql2 -v '0.2.1' -- '--with-mysql-include="C:\mysql-connector-c-6.1.5-win32\include" --with-mysql-lib="C:\mysql-connector-c-6.1.5-win32\lib"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment