I recently had to switch databases from Sqlite to MySQL after already creating a Rails app. I also had to install MySQL on my Mac.
This article go...
For further actions, you may consider blocking this person and/or reporting abuse
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
Thanks for your extra bit of info! <3
thanks so much for the detail post on how to create a project with mysql, how to add to existing and adding so much details. Don't find to many articles like this from the tech community. Definetly adding to my faves.
Saved my day!! Specially the installer once.
thanks
Yay! Glad it helped!