Created
February 26, 2015 17:52
-
-
Save RuanAragao/4c2876849a189961bc2c to your computer and use it in GitHub Desktop.
Exemplo de instação de gem do mysql no windows
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
#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