Last active
August 10, 2023 02:58
-
-
Save rizalp/d776a08a538c5738e821265816ecbccd to your computer and use it in GitHub Desktop.
install mysql2 gem by linking it with mysql 5.7 homebrew
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
brew install [email protected] | |
gem install mysql2 -v '0.4.8' -- --with-ldflags=-L/usr/local/opt/[email protected]/lib --with-cppflags=-I/usr/local/opt/[email protected]/include |
Thanks a lot. That helps my day :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
alternative, without installing mysql server: