Shaun Drong

Joined

410 Experience
4 Lessons Completed
0 Questions Solved

Activity

Posted in Setup MacOS 10.15 Catalina Discussion

Note: If you are having issues building the native extensions with the ruby mysql gem while using mariadb vs mysql you'll want to pass in mariadb's mysql_config bin to it.
example: gem install mysql -- --with-mysql-config=/usr/local/Celler/mariadb/10.5.8/bin/mysql_config
or where ever your mysql_config is located: which mysql_config | xargs realpath