Skip to content

Instantly share code, notes, and snippets.

View prabowomurti's full-sized avatar
🦋
Working from home

Prabowo Murti prabowomurti

🦋
Working from home
View GitHub Profile
@prabowomurti
prabowomurti / Can not start MySQL 9.0.x on Brew update.md
Created September 22, 2024 14:01
Can not start MySQL 9.0.x on Brew update
~ mysql -uroot 
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)

~ brew services start mysql 
Bootstrap failed: 5: Input/output error
Try re-running the command as root for richer errors.
Error: Failure while executing; `/bin/launchctl bootstrap gui/502 /Users/prab/Library/LaunchAgents/homebrew.mxcl.mysql.plist` exited with 5.
@prabowomurti
prabowomurti / Upgrading PHP tp 8.2 on MacOS 11.md
Last active September 27, 2024 03:21
dyld: Library not loaded: @loader_path/../../../../opt/icu4c/lib/libicui18n.73.dylib

Getting some strange error while brew upgrade / brew install php8.2-debug

dyld: Library not loaded: @loader_path/../../../../opt/icu4c/lib/libicui18n.73.dylib

getting version 73.x

wget -c https://raw.githubusercontent.com/Homebrew/homebrew-core/74261226614d00a324f31e2936b88e7b73519942/Formula/i/icu4c.rb brew install icu4c.rb

This doesn't work (reinstall PHP after this will still update the icu4c to the version 74.2 of icu4c