DEV Community

Discussion on: Using MySQL with Rails 6 and installing MySQL on Mac (macOS Mojave)

Collapse
 
luciagirasoles profile image
Mayra Navarro • Edited

Thank you!
I had to run:
brew reinstall openssl && brew link openssl --force
bundle config --local build.mysql2 "--with-ldflags=-L/usr/local/opt/openssl/lib --with-cppflags=-I/usr/local/opt/openssl/include"


Just in case someone needs it in the future

Collapse
 
morinoko profile image
Felice Forby

Thanks for your extra bit of info! <3