Skip to content

Instantly share code, notes, and snippets.

@pandabamboo90
Last active December 23, 2023 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pandabamboo90/cf2c05f8d6c61ea2b3374a6d915d0bb2 to your computer and use it in GitHub Desktop.
Save pandabamboo90/cf2c05f8d6c61ea2b3374a6d915d0bb2 to your computer and use it in GitHub Desktop.
Install mysql2 gem with XAMPP

gem install mysql2 -v '0.4.9' -- --with-mysql-config=/Applications/XAMPP/xamppfiles/bin/mysql_config --with-mysql-include=/Applications/XAMPP/xamppfiles/include

For Homebrew

gem install mysql2 -v '0.5.3' -- --with-mysql-lib=/opt/homebrew/opt/mysql-client/lib --with-mysql-include=/opt/homebrew/opt/mysql-client/include

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment