Skip to content

Instantly share code, notes, and snippets.

View anuonifade's full-sized avatar
💭
Don't stop learning

Anu Onifade anuonifade

💭
Don't stop learning
View GitHub Profile
@anuonifade
anuonifade / mysql2-apple-silicon-macos-sonoma.md
Created August 5, 2024 22:04 — forked from fernandoaleman/mysql2-apple-silicon-macos-sonoma.md
How to install mysql2 gem on apple silicon M1, M2 or M3 macOS Sonoma

Problem

Installing mysql2 gem errors on Apple silicon M1, M2 or M3 Mac running macOS Sonoma.

Solution

Make sure mysql-client, openssl and zstd are installed on Mac via Homebrew.

Replace mysql-client with whichever mysql package you are using