Skip to content

Instantly share code, notes, and snippets.

View syahzul's full-sized avatar
😑
burnout

Syahril Zulkefli syahzul

😑
burnout
View GitHub Profile
@syahzul
syahzul / how-to-fix-mysql-not-running-on-macos-sequoia-15x.md
Created October 9, 2024 14:22
How to Fix MySQL Not Running on macOS Sequoia 15.0

If you've recently upgraded to macOS Sequoia 15.0 and are experiencing issues with MySQL not running, you're not alone. This guide will walk you through the steps to resolve this issue, especially if you're upgrading to MySQL version 9 or above.

You might encounter error messages like this:

ERROR 2002 (HY000): Can't connect to local server through socket '/tmp/mysql.sock' (2)

The root cause lies in the significant architectural changes introduced in MySQL 9.0. Upgrading directly from older MySQL versions (pre-8.4) to 9.0 or later often bypasses crucial compatibility steps, leading to startup failures.

@syahzul
syahzul / 01-laravel-sail-with-php83-and-oci8.md
Last active April 13, 2025 23:51
Laravel Sail with Ubuntu 24.04, PHP8.3 and Oracle OCI8

Laravel Sail with Ubuntu 24.04, PHP8.3 and Oracle OCI8

Note:

This is a work in progress and may not work correctly. Proceed with caution.

Tested Platforms

✅ macOS Sequoia 15.3 (Apple M1)
✅ macOS Monterey 12.7 (Intel Core i7)