2.5.1 Installing. MySQL Workbench for macOS is distributed as a DMG file. The file is named mysql-workbench-community- version -osx.dmg, where version is the MySQL Workbench version. MySQL Workbench provides platform support for the latest version of macOS only (see supported platforms ). The previous version continues to be supported for a. Hello Friends,In this video tutorial, you will learn to install mysql database server on mac os x catalina. I have explained the whole process of installatio.

mysql2-catalina.md

commented Oct 1, 2020

If you want to bundle mysql2 you need to set these flags via bundle config:
bundle config build.mysql2 --with-opt-dir=$(brew --prefix openssl)

On my Mac OS Catalina (with MySQL 8) setting --with-cppflags generated this error:

Credit to this comment.

commented Dec 31, 2020

Install mysql mac catalina software

Did you ever find a workaround for this? I've been doing any and everything to get the mysql2 gem installed in a rails project with no luck. I'm at Catalina 10.15.7

commented Jun 11, 2021

I also had this problem in an old project. (already had installed openssl and mysql@5.7)
upgrading bundler from 1.17.3 to 2.2.9 worked for me.

commented Aug 1, 2021

I've tried your different git for Mojave and worked for me:
gem install mysql2 -v '0.5.2' -- --with-ldflags=-L/usr/local/opt/openssl/lib --with-cppflags=-I/usr/local/opt/openssl/include

How To Install Mysql On Macos Catalina

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